Package io.micronaut.security.errors
package io.micronaut.security.errors
Classes related to OAuth 2.0 error responses.
- Since:
- 2.0.0
- Author:
- Sergio del Amo
-
ClassDescriptionStores the last unauthorized URL in a cookie to redirect back to after logging in.OAuth 2.0.OAuth 2.0 Error Response.A single ASCII error code as described in Issuing an Access Token - Error Response section of OAuth 2.0 spec.An Runtime exception which implements
ErrorResponse
.Returns an application/json response for aOauthErrorResponseException
with status 400.A single ASCII error code as described in Obtaining Authorization - Error Response seciton of OAuth 2.0 spec.Keep track of state before login.