Interface State

  • All Known Subinterfaces:
    MutableState
    All Known Implementing Classes:
    DefaultState

    public interface State
    Represents the state sent in the authorization request and returned in the authorization response.
    Since:
    1.2.0
    • Method Detail

      • getOriginalUri

        @Nullable
        @Deprecated
        java.net.URI getOriginalUri()
        Deprecated.
        Returns:
        The URI that was redirected from
      • getNonce

        @NonNull
        java.lang.String getNonce()
        Returns:
        A nonce value
      • getRedirectUri

        @Nullable
        default java.net.URI getRedirectUri()
        Returns:
        The URI to redirect to