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(OidcRequestContextProperties contextProperties) Constructors in io.quarkus.oidc.runtime with parameters of type JsonWebKeySetModifierConstructorDescriptionOidcProvider(OidcProviderClientImpl client, OidcTenantConfig oidcConfig, JsonWebKeySet jwks, TokenCustomizer tokenCustomizer, Key tokenDecryptionKey, List<org.jose4j.jwt.consumer.Validator> customValidators) OidcProvider(OidcProviderClientImpl client, OidcTenantConfig oidcConfig, JsonWebKeySet jwks, Key tokenDecryptionKey)