Click or drag to resize
LinkedInAccessToken Constructor
Initializes a new instance of the LinkedInAccessToken structure.

Namespace: CMS.ExternalAuthentication.LinkedIn
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 12.0.0
Syntax
C#
public LinkedInAccessToken(
	string accessToken,
	Nullable<DateTime> expiration
)

Parameters

accessToken
Type: SystemString
Access token.
expiration
Type: SystemNullableDateTime
Date and time when the access token expires.
See Also