OAuthAccessTokenExpiresIn Property |
Gets or sets the number of seconds till the access token expires.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 12.0.0
Syntax public int ExpiresIn { get; set; }
Property Value
Type:
Int32Remarks
The token expiration value is 0 for access tokens which never expire.
See Also