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