| InMemoryTokenManagerExpireRequestTokenAndStoreNewAccessToken Method | 
            Expires request token and stores new access token.
            
 
Namespace: CMS.ExternalAuthenticationAssembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 10.0.0
 Syntax
Syntaxpublic void ExpireRequestTokenAndStoreNewAccessToken(
	string consumerKey,
	string requestToken,
	string accessToken,
	string accessTokenSecret
)
Parameters
- consumerKey
- Type: SystemString
 Api key
- requestToken
- Type: SystemString
 Request token
- accessToken
- Type: SystemString
 Access token
- accessTokenSecret
- Type: SystemString
 Acess token secret
Implements
ITokenManager.ExpireRequestTokenAndStoreNewAccessToken(String, String, String, String) See Also
See Also