| Interface | Description |
|---|---|
| OAuthFlow |
OAuthFlow interface provides methods to do the OAuth2 authorization.
|
| Class | Description |
|---|---|
| AuthorizationResult |
Represents an OAuth authorization result.
|
| OAuthFlowBuilder |
This is the builder that is used to build
OAuthFlow instances. |
| Token |
Represents OAuth token.
|
| Enum | Description |
|---|---|
| AccessScope |
Represents the access scope.
|
| Exception | Description |
|---|---|
| AccessDeniedException |
This is the exception thrown by
OAuthFlow to indicate "access_denied" error when obtaining an authorization code. |
| InvalidOAuthClientException |
This is the exception thrown by
OAuthFlow to indicate an "invalid_client" error occurred when obtaining
OAuth tokens. |
| InvalidOAuthGrantException |
This is the exception thrown by
OAuthFlow to indicate an "invalid_grant" error occurred when obtaining
OAuth tokens. |
| InvalidScopeException |
This is the exception thrown by
OAuthFlow to indicate an "invalid_scope" error occurred when obtaining an
authorization code. |
| InvalidTokenRequestException |
This is the exception thrown by
OAuthFlow to indicate an "invalid_request" error occurred when obtaining OAuth
tokens. |
| OAuthAuthorizationCodeException |
This is the exception thrown by
OAuthFlow to indicate errors occurred when obtaining authorization code. |
| OAuthTokenException |
This is the exception thrown by
OAuthFlow to indicate errors occurred during obtaining OAuth tokens. |
| UnsupportedOAuthGrantTypeException |
This is the exception thrown by
OAuthFlow to indicate "unsupported_grant_type" error occurred during obtaining OAuth
tokens. |
| UnsupportedResponseTypeException |
This is the exception thrown by
OAuthFlow to indicate "unsupported_response_type" error occurred when obtaining
an authorization code. |
Copyright © 2014–2019 Smartsheet. All rights reserved.