Click or drag to resize
TokenManagerGetTokenSecret Method
Gets the Token Secret given a request or access token.

Namespace: CMS.SocialMedia
Assembly: CMS.SocialMedia (in CMS.SocialMedia.dll) Version: 9.0.0
Syntax
C#
public string GetTokenSecret(
	string token
)

Parameters

token
Type: SystemString
The request or access token.

Return Value

Type: String

Implements

ITokenManager.GetTokenSecret(String)
See Also