Click or drag to resize
LinkedInProvider.OpenAuthorizationPage 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.LinkedIn.ILinkedInData
Data required for redirect.
returnUrl
Type: System.Uri
Url used for redirect once the LinkedIn login form is submitted.
See Also