| InMemoryTokenManagerStoreNewRequestToken Method | 
            Stores new request token.
            
 
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
 Request as UnauthorizedTokenRequest object
- response
- Type: ITokenSecretContainingMessage
 Response as ITokenSecretContainingMessage object
Implements
ITokenManager.StoreNewRequestToken(UnauthorizedTokenRequest, ITokenSecretContainingMessage) See Also
See Also