Interface State

  • 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
    Author:
    James Kleeh
    • Method Detail

      • getOriginalUri

        @Nullable
        java.net.URI getOriginalUri()
        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