Package org.mockserver.oidc
Class OidcAuthorizationStore.AuthorizationCode
java.lang.Object
org.mockserver.oidc.OidcAuthorizationStore.AuthorizationCode
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OidcAuthorizationStore
Immutable record of an issued authorization code: the redirect_uri it was bound to, optional
PKCE challenge, the requested scope, and the
nonce echoed from the authorize request.
The tokens are minted (not pre-baked) when the code is exchanged at /token.- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AuthorizationCode
-