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.
|