Class DbxUserAuthRequests


  • public class DbxUserAuthRequests
    extends java.lang.Object
    Routes in namespace "auth".
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void tokenRevoke()
      Disables the access token used to authenticate the call.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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. 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