Uses of Package
io.quarkus.oidc.common.runtime.config
Packages that use io.quarkus.oidc.common.runtime.config
-
Classes in io.quarkus.oidc.common.runtime.config used by io.quarkus.oidc.common.runtimeClassDescriptionCredentials used by OIDC client to authenticate to OIDC token and other secured endpoints.Supports the client authentication `client_secret_jwt` and `private_key_jwt` methods, which involves sending a JWT token assertion signed with a client secret or private key.CredentialsProvider, which provides a client secret.Supports the client authentication methods that involve sending a client secret.
-
Classes in io.quarkus.oidc.common.runtime.config used by io.quarkus.oidc.common.runtime.configClassDescriptionCredentials used by OIDC client to authenticate to OIDC token and other secured endpoints.Supports the client authentication `client_secret_jwt` and `private_key_jwt` methods, which involves sending a JWT token assertion signed with a client secret or private key.CredentialsProvider, which provides a client secret.Supports the client authentication methods that involve sending a client secret.Builder for the
OidcClientCommonConfig.Credentialsconfig.TheOidcClientCommonConfig.Credentials.Providerbuilder.TheOidcClientCommonConfig.Credentials.Secretbuilder.