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

Namespace: CMS.SocialMarketing.LinkedIn
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 13.0.131
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