Click or drag to resize
TokenManagerGetTokenSecret Method
Gets the Token Secret given a request or access token.

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

Parameters

token
Type: SystemString
The request or access token.

Return Value

Type: String

Implements

ITokenManager.GetTokenSecret(String)
See Also