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 Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description java.lang.String
getNonce()
java.net.URI
getOriginalUri()
default java.net.URI
getRedirectUri()
-