| 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
Syntaxpublic string GetTokenSecret(
	string token
)
Parameters
- token
- Type: SystemString
 The request or access token.
Return Value
Type: 
StringImplements
ITokenManager.GetTokenSecret(String) See Also
See Also