public final class DbxOAuth1AccessToken extends Object
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 and Description |
---|
DbxOAuth1AccessToken(String key,
String secret) |
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Returns the OAuth 1 access token key.
|
String |
getSecret()
Returns the OAuth 1 access token secret.
|