Click or drag to resize
OAuthAccessTokenExpiresIn Property
Gets or sets the number of seconds till the access token expires.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 11.0.0
Syntax
C#
public int ExpiresIn { get; set; }

Property Value

Type: Int32
Remarks
The token expiration value is 0 for access tokens which never expire.
See Also