Click or drag to resize
LinkedInAuthorizationBeginAuthorize Method
Prepares a request for user authorization from an authorization server

Namespace: CMS.ExternalAuthentication.LinkedIn
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 11.0.0
Syntax
C#
public void BeginAuthorize(
	Uri returnUrl
)

Parameters

returnUrl
Type: SystemUri
Return URL.
See Also