Package com.dropbox.core
Class DbxOAuth1AccessToken
java.lang.Object
com.dropbox.core.DbxOAuth1AccessToken
Use with
DbxOAuth1Upgrader to convert old OAuth 1 access tokens
to OAuth 2 access tokens. This SDK doesn't support using OAuth 1 access
tokens for regular API calls.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DbxOAuth1AccessToken
- Parameters:
key- OAuth 1 access token keysecret- OAuth 2 access token secret
-
-
Method Details
-
getKey
Returns the OAuth 1 access token key.- Returns:
- OAuth 1 access token key
-
getSecret
Returns the OAuth 1 access token secret.- Returns:
- OAuth 1 access token secret
-