Uses of Class
io.quarkus.oidc.common.runtime.OidcClientCommonConfig.Credentials
Packages that use OidcClientCommonConfig.Credentials
-
Uses of OidcClientCommonConfig.Credentials in io.quarkus.oidc.common.runtime
Fields in io.quarkus.oidc.common.runtime declared as OidcClientCommonConfig.CredentialsModifier and TypeFieldDescriptionOidcClientCommonConfig.credentialsDeprecated, for removal: This API element is subject to removal in a future version.Methods in io.quarkus.oidc.common.runtime that return OidcClientCommonConfig.CredentialsModifier and TypeMethodDescriptionOidcClientCommonConfig.getCredentials()Deprecated, for removal: This API element is subject to removal in a future version.use theOidcClientCommonConfig.credentials()method insteadMethods in io.quarkus.oidc.common.runtime with parameters of type OidcClientCommonConfig.CredentialsModifier and TypeMethodDescriptionvoidOidcClientCommonConfig.setCredentials(OidcClientCommonConfig.Credentials credentials) Deprecated, for removal: This API element is subject to removal in a future version.
OidcClientCommonConfig.credentials()method instead