Click or drag to resize
LinkedInAccessToken Structure
Represents information about a LinkedIn user access token.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
public struct LinkedInAccessToken

The LinkedInAccessToken type exposes the following members.

Constructors
  NameDescription
Public methodLinkedInAccessToken
Initializes a new instance of the LinkedInAccessToken structure.
Top
Fields
  NameDescription
Public fieldAccessToken
Access token.
Public fieldAccessTokenSecret
Access token secret.
Public fieldExpiration
Date and time when the access token expires (UTC).
Top
See Also