Click or drag to resize
LinkedInProviderOpenAuthorizationPage Method
Performs redirect to LinkedIn login page.

Namespace: CMS.ExternalAuthentication
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 12.0.0
Syntax
C#
public static void OpenAuthorizationPage(
	ILinkedInData data,
	Uri returnUrl
)

Parameters

data
Type: CMS.ExternalAuthentication.LinkedInILinkedInData
Data required for redirect.
returnUrl
Type: SystemUri
Url used for redirect once the LinkedIn login form is submitted.
See Also