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

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.2.23
Syntax
C#
public LinkedInAccessToken(
	string accessToken,
	string accessTokenSecret,
	Nullable<DateTime> expiration
)

Parameters

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