Class DbxUserAuthRequests

java.lang.Object
com.dropbox.core.v2.auth.DbxUserAuthRequests

public class DbxUserAuthRequests extends Object
Routes in namespace "auth".
  • Constructor Details

    • DbxUserAuthRequests

      public DbxUserAuthRequests(DbxRawClientV2 client)
  • Method Details

    • tokenRevoke

      public void tokenRevoke() throws DbxApiException, DbxException
      Disables the access token used to authenticate the call. If there is a corresponding refresh token for the access token, this disables that refresh token, as well as any other access tokens for that refresh token.
      Throws:
      DbxApiException
      DbxException