Click or drag to resize
TokenManagerStoreNewRequestToken Method
Stores a newly generated unauthorized request token, secret, and optional application-specific parameters for later recall.

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