TokenManagerStoreNewRequestToken Method |
Stores a newly generated unauthorized request token, secret, and optional
application-specific parameters for later recall.
Namespace: CMS.SocialMediaAssembly: CMS.SocialMedia (in CMS.SocialMedia.dll) Version: 8.2.23
Syntax public void StoreNewRequestToken(
UnauthorizedTokenRequest request,
ITokenSecretContainingMessage response
)
Parameters
- request
- Type: UnauthorizedTokenRequest
The request message that resulted in the generation of a new unauthorized request token. - response
- Type: ITokenSecretContainingMessage
The response message that includes the unauthorized request token.
Implements
ITokenManager.StoreNewRequestToken(UnauthorizedTokenRequest, ITokenSecretContainingMessage)See Also