| Package | Description |
|---|---|
| com.smartsheet.api.oauth |
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
This is the exception thrown by
OAuthFlow to indicate "access_denied" error when obtaining an authorization code. |
class |
InvalidScopeException
This is the exception thrown by
OAuthFlow to indicate an "invalid_scope" error occurred when obtaining an
authorization code. |
class |
UnsupportedResponseTypeException
This is the exception thrown by
OAuthFlow to indicate "unsupported_response_type" error occurred when obtaining
an authorization code. |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationResult |
OAuthFlow.extractAuthorizationResult(String authorizationResponseURL)
Extract AuthorizationResult from the authorization response URL (i.e.
|
Copyright © 2014–2019 Smartsheet. All rights reserved.