Click or drag to resize
LinkedInAccessToken Class
Represents information about a LinkedIn user access token and its expiration date.
Inheritance Hierarchy
SystemObject
  CMS.ExternalAuthentication.LinkedInLinkedInAccessToken

Namespace: CMS.ExternalAuthentication.LinkedIn
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 12.0.0
Syntax
C#
public sealed class LinkedInAccessToken

The LinkedInAccessToken type exposes the following members.

Constructors
  NameDescription
Public methodLinkedInAccessToken
Initializes a new instance of the LinkedInAccessToken structure.
Top
Properties
  NameDescription
Public propertyAccessToken
Access token.
Public propertyExpiration
Date and time when the access token expires (UTC).
Top
See Also