Click or drag to resize
InMemoryTokenManagerStoreNewRequestToken Method
Stores new request token.

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