| TokenManagerStoreNewRequestToken Method | 
            Stores a newly generated unauthorized request token, secret, and optional
            application-specific parameters for later recall.
            
 
Namespace: CMS.ExternalAuthenticationAssembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also