TokenManagerGetTokenSecret Method |
Gets the Token Secret given a request or access token.
Namespace: CMS.ExternalAuthenticationAssembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 10.0.0
Syntax public string GetTokenSecret(
string token
)
Parameters
- token
- Type: SystemString
The request or access token.
Return Value
Type:
StringImplements
ITokenManager.GetTokenSecret(String)See Also