AuthorizationResult Class |
Namespace: Smartsheet.Api.OAuth
The AuthorizationResult type exposes the following members.
Name | Description | |
---|---|---|
AuthorizationResult |
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
|
Name | Description | |
---|---|---|
ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |