@Version("1.1.1")
Package com.ibm.oauth.core.api.error.oauth20
-
Interface Summary Interface Description TraceConstants -
Class Summary Class Description OAuth20ExceptionUtil -
Exception Summary Exception Description InvalidGrantException Represents an exception while processing OAuth 2.0 request and response.OAuth20AccessDeniedException Represents an authorization exception to access protected resources.OAuth20AuthorizationCodeInvalidClientException Represents an illegal authorization code exception presented by a client.OAuth20BadParameterFormatException Represents a bad parameter format exception presented in OAuth request.OAuth20DuplicateParameterException Represents a duplicated parameter exception in OAuth request.OAuth20Exception Represents an exception while processing OAuth 2.0 request and response.OAuth20InternalException Represents an OAuth service provider internal exception while processing OAuth request.OAuth20InvalidClientException Represents an invalid client exception in an OAuth request.OAuth20InvalidClientSecretException Represents an invalid client secret exception in an OAuth request.OAuth20InvalidGrantTypeException Represents an invalid or not supported grant type in an OAuth request.OAuth20InvalidRedirectUriException Represents an invalid redirect URI exception in an OAuth request.OAuth20InvalidResponseTypeException Represents an invalid response type exception in an OAuth request.OAuth20InvalidScopeException Represents an invalid request scope exception in an OAuth request.OAuth20InvalidTokenException Represents an invalid token exception in an OAuth request.OAuth20InvalidTokenRequestMethodException Represents an invalid token request method exception in an OAuth request.OAuth20MediatorException Represents a mediation exception in an OAuth request.OAuth20MismatchedClientAuthenticationException Represents a mismatch exception that the client ID does not match the authenticated client.OAuth20MismatchedRedirectUriException Represents an error that occurs when the redirect URI passed in the request to the token endpoint does not match the redirect URI associated with the grant.OAuth20MissingParameterException Represents a missing request parameter exception.OAuth20PublicClientCredentialsException Represents an access denied exception for public client when trying to use the client_credentials grant type.OAuth20PublicClientForbiddenException Represents an access denied exception for public client.OAuth20RefreshTokenInvalidClientException Represents a refresh token exception due to mismatched client.