Click or drag to resize

Token Class

Represents OAuth token.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.OAuthToken

Namespace:  Smartsheet.Api.OAuth
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public class Token

The Token type exposes the following members.

Constructors
  NameDescription
Public methodToken
Top
Properties
  NameDescription
Public propertyAccessToken
Gets the access token.
Public propertyExpiresInSeconds
Gets the expires in seconds.
Public propertyRefreshToken
Gets the refresh token.
Public propertyTokenType
Gets the token Type.
Top
See Also