TokenManager constructor
Namespace: CMS.SocialMediaAssembly: CMS.SocialMedia (in CMS.SocialMedia.dll) Version: 8.2.23
Syntax public TokenManager(
string consumerKey,
string consumerSecret
)
Parameters
- consumerKey
- Type: SystemString
Consumer key. - consumerSecret
- Type: SystemString
Consumer secret.
See Also