Click or drag to resize
LinkedInProviderAuthorize Method
Attempts to authorize client application.

Namespace: CMS.ExternalAuthentication
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 12.0.0
Syntax
C#
public static bool Authorize(
	ILinkedInData data,
	Uri returnUrl,
	out LinkedInAccessToken token
)

Parameters

data
Type: CMS.ExternalAuthentication.LinkedInILinkedInData
Data required for LinkedIn authorization.
returnUrl
Type: SystemUri
Url used for redirect once the LinkedIn access token request is received.
token
Type: CMS.ExternalAuthentication.LinkedInLinkedInAccessToken
If true is returned instance of LinkedInAccessToken is available.

Return Value

Type: Boolean
True when given data are valid, false otherwise
See Also