Hello,
When using access token, there is the function
DropboxClient.auth().tokenRevoke()
to revoke the token (cases when one would want to do this is when the user decides to log out).
Now with the new workflow, DbxCredentials are used instead of access tokens. Is there a function that does something similar?
Since the token gets refreshed from time to time. Does refreshing revoke the previously used token?