Class Token
- Namespace
- Smartsheet.Api.OAuth
- Assembly
- smartsheet-csharp-sdk.dll
Represents OAuth token.
public class Token
- Inheritance
-
Token
- Inherited Members
Properties
AccessToken
Gets the access token.
public string AccessToken { get; set; }
Property Value
- string
the access token
ExpiresInSeconds
Gets the expires in seconds.
public long? ExpiresInSeconds { get; set; }
Property Value
- long?
the expires in seconds
RefreshToken
Gets the refresh token.
public string RefreshToken { get; set; }
Property Value
- string
the refresh token
TokenType
Gets the token Type.
public string TokenType { get; set; }
Property Value
- string
the token Type