Class OAuth1AccessToken
Use with Dropbox\OAuth1Upgrader
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.
Methods summary
public
string
|
#
getKey( )
The OAuth 1 access token key.
The OAuth 1 access token key.
Returns
string
|
public
string
|
#
getSecret( )
The OAuth 1 access token secret.
The OAuth 1 access token secret.
Make sure that this is kept a secret. Someone with your app secret can impesonate your
application. People sometimes ask for help on the Dropbox API forums and
copy/paste code that includes their app secret. Do not do that.
Returns
string
|
public
|
|