Class OidcAuthorizationStore.AuthorizationCode

java.lang.Object
org.mockserver.oidc.OidcAuthorizationStore.AuthorizationCode
All Implemented Interfaces:
Serializable
Enclosing class:
OidcAuthorizationStore

public static class OidcAuthorizationStore.AuthorizationCode extends Object implements Serializable
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 Details