Uses of Class
io.quarkus.oidc.runtime.OidcConfig.TokenCache
Packages that use OidcConfig.TokenCache
-
Uses of OidcConfig.TokenCache in io.quarkus.oidc.runtime
Fields in io.quarkus.oidc.runtime declared as OidcConfig.TokenCacheModifier and TypeFieldDescriptionOidcConfig.tokenCacheDefault TokenIntrospection and UserInfo Cache configuration which is used for all the tenants if it is enabled with the build-time 'quarkus.oidc.default-token-cache-enabled' property ('true' by default) and also activated, see its `max-size` property.