Uses of Interface
io.quarkus.oidc.common.runtime.config.OidcClientCommonConfig.Credentials.Secret
Packages that use OidcClientCommonConfig.Credentials.Secret
-
Uses of OidcClientCommonConfig.Credentials.Secret in io.quarkus.oidc.common.runtime.config
Methods in io.quarkus.oidc.common.runtime.config that return OidcClientCommonConfig.Credentials.SecretModifier and TypeMethodDescriptionOidcClientCommonConfig.Credentials.clientSecret()The client secret used by the `client_secret_basic` (default), `client_secret_post`, or `client_secret_jwt` authentication methods.