Table of Contents

Class AuthorizationResult

Namespace
Smartsheet.Api.OAuth
Assembly
smartsheet-csharp-sdk.dll

Represents an OAuth authorization RequestResult.

public class AuthorizationResult
Inheritance
AuthorizationResult
Inherited Members

Properties

Code

Gets the authorization Code which is required to obtain an access token.

public string Code { get; set; }

Property Value

string

the authorization Code

ExpiresInSeconds

Gets the total number of seconds that the authorization token is valid. This is always 4 minutes.

public long? ExpiresInSeconds { get; set; }

Property Value

long?

the expires in seconds

State

Gets the State string which is returned to the redirect URL for a registered application

public string State { get; set; }

Property Value

string

the State

Methods

ToString()

Returns a string that represents this instance.

public override string ToString()

Returns

string

A string that represents this instance.