Uses of Class
io.quarkus.oidc.runtime.JsonWebKeySet
-
Packages that use JsonWebKeySet Package Description io.quarkus.oidc.runtime -
-
Uses of JsonWebKeySet in io.quarkus.oidc.runtime
Methods in io.quarkus.oidc.runtime that return types with arguments of type JsonWebKeySet Modifier and Type Method Description io.smallrye.mutiny.Uni<JsonWebKeySet>OidcProviderClient. getJsonWebKeySet()protected static io.smallrye.mutiny.Uni<JsonWebKeySet>OidcRecorder. getJsonWebSetUni(OidcProviderClient client, OidcTenantConfig oidcConfig)Constructors in io.quarkus.oidc.runtime with parameters of type JsonWebKeySet Constructor Description OidcProvider(OidcProviderClient client, OidcTenantConfig oidcConfig, JsonWebKeySet jwks, Key tokenDecryptionKey)
-