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