Click or drag to resize
InMemoryTokenManagerGetTokenType Method
Classifies a token as a request token or an access token. Returns Request or Access token, or invalid if the token is not recognized.

Namespace: CMS.ExternalAuthentication
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 11.0.0
Syntax
C#
public TokenType GetTokenType(
	string token
)

Parameters

token
Type: SystemString
The token to classify

Return Value

Type: TokenType

Implements

ITokenManager.GetTokenType(String)
See Also