Click or drag to resize
TokenManager Constructor
TokenManager constructor

Namespace: CMS.ExternalAuthentication
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 11.0.0
Syntax
C#
public TokenManager(
	string consumerKey,
	string consumerSecret
)

Parameters

consumerKey
Type: SystemString
Consumer key.
consumerSecret
Type: SystemString
Consumer secret.
See Also