LinkedInAccessToken Constructor |
Initializes a new instance of the LinkedInAccessToken structure.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.2.23
Syntax 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