Click or drag to resize
TokenManager Methods

The TokenManager type exposes the following members.

Methods
  NameDescription
Public methodAddToken
Adds token and its secret to the manager.
Public methodExpireRequestTokenAndStoreNewAccessToken
Deletes a request token and its associated secret and stores a new access token and secret.
Public methodGetTokenSecret
Gets the Token Secret given a request or access token.
Public methodGetTokenType
Classifies a token as a request token or an access token.
Public methodStoreNewRequestToken
Stores a newly generated unauthorized request token, secret, and optional application-specific parameters for later recall.
Top
See Also