OAuthAccessToken Class |
Namespace: CMS.SocialMarketing
public class OAuthAccessToken
The OAuthAccessToken type exposes the following members.
Name | Description | |
---|---|---|
OAuthAccessToken |
Name | Description | |
---|---|---|
AccessToken |
Gets or sets the access token.
| |
ExpiresIn |
Gets or sets the number of seconds till the access token expires.
| |
TokenType |
Gets or sets the access token type.
|
{ "access_token": {access-token}, "token_type": {type}, "expires_in": {seconds-til-expiration} }