Uses of Class
io.quarkus.oidc.runtime.JsonWebKeySet
Packages that use JsonWebKeySet
-
Uses of JsonWebKeySet in io.quarkus.oidc.runtime
Methods in io.quarkus.oidc.runtime that return types with arguments of type JsonWebKeySetModifier and TypeMethodDescription(package private) io.smallrye.mutiny.Uni<JsonWebKeySet> OidcProviderClientImpl.getJsonWebKeySet(io.quarkus.oidc.common.OidcRequestContextProperties contextProperties) Constructors in io.quarkus.oidc.runtime with parameters of type JsonWebKeySetModifierConstructorDescriptionOidcProvider(OidcProviderClientImpl client, OidcTenantConfig oidcConfig, JsonWebKeySet jwks) OidcProvider(OidcProviderClientImpl client, OidcTenantConfig oidcConfig, JsonWebKeySet jwks, TokenCustomizer tokenCustomizer, List<org.jose4j.jwt.consumer.Validator> customValidators)