| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.oauth |
| Class and Description |
|---|
| OAuthTokenException
This is the exception thrown by
OAuthFlow to indicate errors occurred during obtaining OAuth tokens. |
| Class and Description |
|---|
| AccessDeniedException
This is the exception thrown by
OAuthFlow to indicate "access_denied" error when obtaining an authorization code. |
| AccessScope
Represents the access scope.
|
| AuthorizationResult
Represents an OAuth authorization result.
|
| InvalidScopeException
This is the exception thrown by
OAuthFlow to indicate an "invalid_scope" error occurred when obtaining an
authorization code. |
| OAuthAuthorizationCodeException
This is the exception thrown by
OAuthFlow to indicate errors occurred when obtaining authorization code. |
| OAuthFlow
OAuthFlow interface provides methods to do the OAuth2 authorization.
|
| OAuthFlowBuilder
This is the builder that is used to build
OAuthFlow instances. |
| OAuthTokenException
This is the exception thrown by
OAuthFlow to indicate errors occurred during obtaining OAuth tokens. |
| Token
Represents OAuth token.
|
| UnsupportedResponseTypeException
This is the exception thrown by
OAuthFlow to indicate "unsupported_response_type" error occurred when obtaining
an authorization code. |
Copyright © 2014–2017 Smartsheet. All rights reserved.