TokenManagerExpireRequestTokenAndStoreNewAccessToken Method |
Deletes a request token and its associated secret and stores a new access
token and secret.
Namespace: CMS.SocialMarketing.LinkedInInternalAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 11.0.0
Syntax public void ExpireRequestTokenAndStoreNewAccessToken(
string consumerKey,
string requestToken,
string accessToken,
string accessTokenSecret
)
Parameters
- consumerKey
- Type: SystemString
The Consumer that is exchanging its request token for an access token. - requestToken
- Type: SystemString
The Consumer's request token that should be deleted/expired. - accessToken
- Type: SystemString
The new access token that is being issued to the Consumer. - accessTokenSecret
- Type: SystemString
The secret associated with the newly issued access token.
Implements
ITokenManager.ExpireRequestTokenAndStoreNewAccessToken(String, String, String, String)See Also