Interface AuthorizationErrorResponse

    • Method Detail

      • getErrorDescription

        @Nullable
        java.lang.String getErrorDescription()
        Returns:
        Human-readable ASCII [USASCII] text providing additional information, used to assist the client developer in understanding the errorCode that occurred.
      • 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.
      • getErrorUri

        @Nullable
        java.lang.String getErrorUri()
        Returns:
        URI identifying a human-readable web page with information about the errorCode