Interface AuthorizationErrorResponse

All Superinterfaces:
ErrorResponse
All Known Implementing Classes:
DefaultAuthorizationErrorResponse

public interface AuthorizationErrorResponse extends ErrorResponse
Open ID Connect Authentication Error Response.
Since:
1.2.0
Author:
Sergio del Amo
See Also:
  • Method Details

    • getState

      @Nullable @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.