TokenManager StoreNewRequestToken Method Kentico 8.0 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.0.5239.26125)

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