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