TokenManager StoreNewRequestToken Method Kentico 8.1 API Reference
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: 8.0.0.0 (8.1.5347.20411)

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.
See Also