InMemoryTokenManagerGetTokenSecret Method |
Returns token secret.
Namespace: CMS.ExternalAuthenticationAssembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 10.0.0
Syntax public string GetTokenSecret(
string token
)
Parameters
- token
- Type: SystemString
Auth token
Return Value
Type:
StringImplements
ITokenManager.GetTokenSecret(String)See Also