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

    Modifier and Type
    Method
    Description
    @NonNull String
     
    default @Nullable URI
     
  • Method Details

    • getNonce

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

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