Package com.dropbox.core.v2.auth
Class DbxUserAuthRequests
- java.lang.Object
- 
- com.dropbox.core.v2.auth.DbxUserAuthRequests
 
- 
 public class DbxUserAuthRequests extends java.lang.ObjectRoutes in namespace "auth".
- 
- 
Constructor SummaryConstructors Constructor Description DbxUserAuthRequests(DbxRawClientV2 client)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtokenRevoke()Disables the access token used to authenticate the call.
 
- 
- 
- 
Constructor Detail- 
DbxUserAuthRequestspublic DbxUserAuthRequests(DbxRawClientV2 client) 
 
- 
 - 
Method Detail- 
tokenRevokepublic void tokenRevoke() throws DbxApiException, DbxExceptionDisables 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
 
 
- 
 
-