Click or drag to resize

AuthorizationResult Class

Represents an OAuth authorization RequestResult.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.OAuthAuthorizationResult

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 AuthorizationResult

The AuthorizationResult type exposes the following members.

Constructors
  NameDescription
Public methodAuthorizationResult
Top
Properties
  NameDescription
Public propertyCode
Gets the authorization Code which is required to obtain an access token.
Public propertyExpiresInSeconds
Gets the total number of seconds that the authorization token is valid. This is always 4 minutes.
Public propertyState
Gets the State string which is returned to the redirect URL for a registered application
Top
Methods
  NameDescription
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also