Package com.dropbox.core.v2.auth
Class DbxUserAuthRequests
- java.lang.Object
-
- com.dropbox.core.v2.auth.DbxUserAuthRequests
-
public class DbxUserAuthRequests extends java.lang.Object
Routes in namespace "auth".
-
-
Constructor Summary
Constructors Constructor Description DbxUserAuthRequests(DbxRawClientV2 client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
tokenRevoke()
Disables the access token used to authenticate the call.
-
-
-
Constructor Detail
-
DbxUserAuthRequests
public DbxUserAuthRequests(DbxRawClientV2 client)
-
-
Method Detail
-
tokenRevoke
public void tokenRevoke() throws DbxApiException, DbxException
Disables the access token used to authenticate the call.- Throws:
DbxApiException
DbxException
-
-