Uses of Record Class
io.fluxzero.idp.client.Pkce
-
Uses of Pkce in io.fluxzero.idp.client
Methods in io.fluxzero.idp.client that return PkceModifier and TypeMethodDescriptionstatic PkcePkce.generate()Generates a new verifier/challenge pair for one authorization attempt.OidcLoginState.pkce()Returns the PKCE pair derived from the stored verifier.Methods in io.fluxzero.idp.client with parameters of type PkceModifier and TypeMethodDescriptionOidcClient.authorizationUrl(Pkce pkce, String state) Builds the authorization endpoint URL for authorization-code flow with PKCE S256.