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