Package io.micronaut.security.oauth2.endpoint.authorization.response
package io.micronaut.security.oauth2.endpoint.authorization.response
Classes related to an OAuth 2.0 authorization response.
- Since:
- 1.2.0
- Author:
- James Kleeh
-
ClassDescriptionA base class for authorization responses to extend from.Error codes for an Authentication Error Response message returned from the OP's Authorization Endpoint in response to the Authorization Request message sent by the RP.Open ID Connect Authentication Error Response.A runtime exception thrown when a Oauth 2.An exception handler for
AuthorizationErrorResponseException
.OAuth 2.0 Authentication Response.Default implementation ofAuthorizationErrorResponse
.The default implementation ofAuthorizationResponse
for OAuth 2.0 provider authorization responses.Default implementation ofOauthAuthorizationResponseHandler
.Default implementation ofOpenIdAuthorizationResponseHandler
.A marker interface for normal OAuth 2.0 authorization responses.Responsible for handling the authorization callback response from an OAuth 2.0 provider.An extension ofAuthorizationResponse
that allows for retrieval of the persisted nonce value.Responsible for handling the authorization callback response from an OpenID provider.State retrieval.Base class to extend from that handles state retrieval and caching.