Interface AuthorizationErrorResponse
-
- All Superinterfaces:
io.micronaut.security.errors.ErrorResponse
- All Known Implementing Classes:
DefaultAuthorizationErrorResponse
public interface AuthorizationErrorResponse extends io.micronaut.security.errors.ErrorResponseOpen ID Connect Authentication Error Response.- Since:
- 1.2.0
- See Also:
- Authentication Error Response
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StategetState()Although the state is required if the Authorization Request included the state parameter.
-
-
-
Method Detail
-
getState
@Nullable State 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.
-
-