TokenManager constructor
            
 
Namespace: CMS.ExternalAuthenticationAssembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 10.0.0
 Syntax
Syntaxpublic TokenManager(
	string consumerKey,
	string consumerSecret
)
Parameters
- consumerKey
- Type: SystemString
 Consumer key.
- consumerSecret
- Type: SystemString
 Consumer secret.
 See Also
See Also