| TokenManagerAddToken Method | 
            Adds token and its secret to the manager.
            
 
Namespace: CMS.ExternalAuthenticationAssembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 10.0.0
 Syntax
Syntaxpublic void AddToken(
	string token,
	string tokenSecret
)
Parameters
- token
- Type: SystemString
 Token.
- tokenSecret
- Type: SystemString
 Token secret.
 See Also
See Also