Interface AuthorizationErrorResponse
- All Superinterfaces:
 ErrorResponse
- All Known Implementing Classes:
 DefaultAuthorizationErrorResponse
Open ID Connect Authentication Error Response.
- Since:
 - 1.2.0
 - Author:
 - Sergio del Amo
 - See Also:
 
- 
Field Summary
Fields inherited from interface io.micronaut.security.errors.ErrorResponse
JSON_KEY_ERROR, JSON_KEY_ERROR_DESCRIPTION, JSON_KEY_ERROR_URI, JSON_KEY_STATE - 
Method Summary
Methods inherited from interface io.micronaut.security.errors.ErrorResponse
getError, getErrorDescription, getErrorUri 
- 
Method Details
- 
getState
Although the state is required if the Authorization Request included the state parameter. it is set to nullable because it is possible to send authorization requests without including a state.- Returns:
 - OAuth 2.0 state value.
 
 
 -