TokenManager Methods |
The TokenManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddToken |
Adds token and its secret to the manager.
|
![]() | ExpireRequestTokenAndStoreNewAccessToken |
Deletes a request token and its associated secret and stores a new access
token and secret.
|
![]() | GetTokenSecret |
Gets the Token Secret given a request or access token.
|
![]() | GetTokenType |
Classifies a token as a request token or an access token.
|
![]() | StoreNewRequestToken |
Stores a newly generated unauthorized request token, secret, and optional
application-specific parameters for later recall.
|