Click or drag to resize
InMemoryTokenManagerExpireRequestTokenAndStoreNewAccessToken Method
Expires request token and stores new access token.

Namespace: CMS.ExternalAuthentication
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 11.0.0
Syntax
C#
public 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