Uses of Enum Class
io.fluxzero.idp.client.OidcTokenEndpointAuthMethod
-
Uses of OidcTokenEndpointAuthMethod in io.fluxzero.idp.client
Subclasses with type arguments of type OidcTokenEndpointAuthMethod in io.fluxzero.idp.clientModifier and TypeClassDescriptionenumClient authentication method used at the OIDC token endpoint.Methods in io.fluxzero.idp.client that return OidcTokenEndpointAuthMethodModifier and TypeMethodDescriptionstatic OidcTokenEndpointAuthMethodOidcClientCredentials.tokenEndpointAuthMethod()Returns the value of thetokenEndpointAuthMethodrecord component.static OidcTokenEndpointAuthMethodReturns the enum constant of this class with the specified name.static OidcTokenEndpointAuthMethod[]OidcTokenEndpointAuthMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.fluxzero.idp.client with parameters of type OidcTokenEndpointAuthMethodModifierConstructorDescriptionOidcClientCredentials(OidcTokenEndpointAuthMethod tokenEndpointAuthMethod, String privateJwk, String tokenEndpointAudience) Creates an instance of aOidcClientCredentialsrecord class.