| AuthorizationResult Class |  | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Smartsheet.Api.OAuth
 Syntax
SyntaxThe AuthorizationResult type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | AuthorizationResult | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Code | 
            Gets the authorization Code which is required to obtain an access token.
             | 
|  | ExpiresInSeconds | 
            Gets the total number of seconds that the authorization token is valid. This is always 4 minutes.
             | 
|  | State | 
            Gets the State string which is returned to the redirect URL for a registered application
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | ToString | 
            Returns a String that represents this instance.
            (Overrides ObjectToString.) | 
 See Also
See Also