Uses of Class
io.quarkus.oidc.OidcTenantConfig.IntrospectionCredentials
Packages that use OidcTenantConfig.IntrospectionCredentials
-
Uses of OidcTenantConfig.IntrospectionCredentials in io.quarkus.oidc
Fields in io.quarkus.oidc declared as OidcTenantConfig.IntrospectionCredentialsModifier and TypeFieldDescriptionOidcTenantConfig.introspectionCredentialsDeprecated, for removal: This API element is subject to removal in a future version.Methods in io.quarkus.oidc that return OidcTenantConfig.IntrospectionCredentialsModifier and TypeMethodDescriptionOidcTenantConfig.getIntrospectionCredentials()Deprecated, for removal: This API element is subject to removal in a future version.use theOidcTenantConfig.introspectionCredentials()method insteadMethods in io.quarkus.oidc with parameters of type OidcTenantConfig.IntrospectionCredentialsModifier and TypeMethodDescriptionvoidOidcTenantConfig.setIntrospectionCredentials(OidcTenantConfig.IntrospectionCredentials introspectionCredentials) Deprecated, for removal: This API element is subject to removal in a future version.build this config with theOidcTenantConfigBuilderbuilder
OidcTenantConfig.introspectionCredentials()method instead