Uses of Class
io.quarkus.oidc.OidcTenantConfig.Token
Packages that use OidcTenantConfig.Token
-
Uses of OidcTenantConfig.Token in io.quarkus.oidc
Fields in io.quarkus.oidc declared as OidcTenantConfig.TokenModifier and TypeFieldDescriptionOidcTenantConfig.tokenDeprecated, for removal: This API element is subject to removal in a future version.Methods in io.quarkus.oidc that return OidcTenantConfig.TokenModifier and TypeMethodDescriptionstatic OidcTenantConfig.TokenOidcTenantConfig.Token.fromAudience(String... audience) Deprecated, for removal: This API element is subject to removal in a future version.static OidcTenantConfig.TokenOidcTenantConfig.Token.fromIssuer(String issuer) Deprecated, for removal: This API element is subject to removal in a future version.OidcTenantConfig.getToken()Deprecated, for removal: This API element is subject to removal in a future version.use theOidcTenantConfig.token()method insteadMethods in io.quarkus.oidc with parameters of type OidcTenantConfig.TokenModifier and TypeMethodDescriptionvoidOidcTenantConfig.setToken(OidcTenantConfig.Token token) Deprecated, for removal: This API element is subject to removal in a future version.build this config with theOidcTenantConfigBuilderbuilder
OidcTenantConfig.token()method instead