Click or drag to resize
LinkedInAuthorization Constructor
Creates new instance of LinkedInAuthorization.

Namespace: CMS.ExternalAuthentication.LinkedIn
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 11.0.0
Syntax
C#
public LinkedInAuthorization(
	TokenManager tokenManager,
	string accessToken
)

Parameters

tokenManager
Type: CMS.ExternalAuthenticationTokenManager
Token manager.
accessToken
Type: SystemString
Access token.
See Also