Click or drag to resize
LinkedInProviderAuthorize Method
Authorizes client application for using user data.

Namespace: CMS.ExternalAuthentication
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 11.0.0
Syntax
C#
public static Dictionary<string, string> Authorize(
	string txtToken
)

Parameters

txtToken
Type: SystemString
Token client ID.

Return Value

Type: DictionaryString, String
See Also