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
     
    default URI
     
  • Method Details

    • getNonce

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

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