Uses of Class
io.quarkus.oidc.common.runtime.OidcCommonConfig.Credentials.Secret
Packages that use OidcCommonConfig.Credentials.Secret
-
Uses of OidcCommonConfig.Credentials.Secret in io.quarkus.oidc.common.runtime
Fields in io.quarkus.oidc.common.runtime declared as OidcCommonConfig.Credentials.SecretModifier and TypeFieldDescriptionOidcCommonConfig.Credentials.clientSecretThe client secret used by the `client_secret_basic` (default), `client_secret_post`, or `client_secret_jwt` authentication methods.Methods in io.quarkus.oidc.common.runtime that return OidcCommonConfig.Credentials.SecretMethods in io.quarkus.oidc.common.runtime with parameters of type OidcCommonConfig.Credentials.SecretModifier and TypeMethodDescriptionvoidOidcCommonConfig.Credentials.setClientSecret(OidcCommonConfig.Credentials.Secret clientSecret)