Package io.micronaut.security.errors
Classes related to OAuth 2.0 error responses.
- Since:
- 2.0.0
-
Interface Summary Interface Description ErrorCode OAuth 2.0.ErrorResponse OAuth 2.0 Error Response.PriorToLoginPersistence Keep track of state before login. -
Class Summary Class Description CookiePriorToLoginPersistence Stores the last unauthorized URL in a cookie to redirect back to after logging in.OauthErrorResponseExceptionHandler Returns an application/json response for aOauthErrorResponseExceptionwith status 400. -
Enum Summary Enum Description IssuingAnAccessTokenErrorCode A single ASCII error code as described in Issuing an Access Token - Error Response section of OAuth 2.0 spec.ObtainingAuthorizationErrorCode A single ASCII error code as described in Obtaining Authorization - Error Response seciton of OAuth 2.0 spec. -
Exception Summary Exception Description OauthErrorResponseException An Runtime exception which implementsErrorResponse.