Click or drag to resize
LinkedInHelperSendRequest Method
Redirects user to LinkedIn with received authToken.

Namespace: CMS.ExternalAuthentication
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 12.0.0
Syntax
C#
public void SendRequest(
	ILinkedInData data
)

Parameters

data
Type: CMS.ExternalAuthentication.LinkedInILinkedInData
Linked in related data.
See Also