Class OAuthToken
This class represents data about an OAuth2 Bearer token
Inheritance
System.Object
OAuthToken
Namespace: Dangl.RestClient
Assembly: Dangl.RestClient.dll
Syntax
public class OAuthToken : object
Properties
| Improve this Doc View SourceAccessToken
The access token
Declaration
public string AccessToken { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RefreshToken
The refresh token
Declaration
public string RefreshToken { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ValidUntilUtc
When the AccessToken expires in UTC time
Declaration
public DateTime ValidUntilUtc { get; set; }
Property Value
Type | Description |
---|---|
DateTime |