Uses of Class
com.ibm.oauth.core.api.error.oauth20.OAuth20Exception
Packages that use OAuth20Exception
-
Uses of OAuth20Exception in com.ibm.oauth.core.api.error
Subclasses of OAuth20Exception in com.ibm.oauth.core.api.error -
Uses of OAuth20Exception in com.ibm.oauth.core.api.error.oauth20
Subclasses of OAuth20Exception in com.ibm.oauth.core.api.error.oauth20Modifier and TypeClassDescriptionclassRepresents an exception while processing OAuth 2.0 request and response.classRepresents an authorization exception to access protected resources.classRepresents an illegal authorization code exception presented by a client.classRepresents a bad parameter format exception presented in OAuth request.classRepresents a duplicated parameter exception in OAuth request.classRepresents an OAuth service provider internal exception while processing OAuth request.classRepresents an invalid client exception in an OAuth request.classRepresents an invalid client secret exception in an OAuth request.classRepresents an invalid or not supported grant type in an OAuth request.classRepresents an invalid redirect URI exception in an OAuth request.classRepresents an invalid response type exception in an OAuth request.classRepresents an invalid request scope exception in an OAuth request.classRepresents an invalid token exception in an OAuth request.classRepresents an invalid token request method exception in an OAuth request.classRepresents a mediation exception in an OAuth request.classRepresents a mismatch exception that the client ID does not match the authenticated client.classRepresents 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.classRepresents a missing request parameter exception.classRepresents an access denied exception for public client when trying to use the client_credentials grant type.classRepresents an access denied exception for public client.classRepresents a refresh token exception due to mismatched client.