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