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 TypeMethodDescriptionio.smallrye.mutiny.Uni<JsonWebKeySet>OidcProviderClient.getJsonWebKeySet(OidcRequestContextProperties contextProperties) protected static io.smallrye.mutiny.Uni<JsonWebKeySet>OidcRecorder.getJsonWebSetUni(OidcProviderClient client, OidcTenantConfig oidcConfig) Constructors in io.quarkus.oidc.runtime with parameters of type JsonWebKeySetModifierConstructorDescriptionOidcProvider(OidcProviderClient client, OidcTenantConfig oidcConfig, JsonWebKeySet jwks, TokenCustomizer tokenCustomizer, Key tokenDecryptionKey, List<org.jose4j.jwt.consumer.Validator> customValidators) OidcProvider(OidcProviderClient client, OidcTenantConfig oidcConfig, JsonWebKeySet jwks, Key tokenDecryptionKey)