Uses of Interface
io.quarkus.oidc.common.runtime.config.OidcClientCommonConfig.Credentials.Jwt
Packages that use OidcClientCommonConfig.Credentials.Jwt
-
Uses of OidcClientCommonConfig.Credentials.Jwt in io.quarkus.oidc.common.runtime
Classes in io.quarkus.oidc.common.runtime that implement OidcClientCommonConfig.Credentials.JwtModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version.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.Methods in io.quarkus.oidc.common.runtime that return OidcClientCommonConfig.Credentials.JwtModifier and TypeMethodDescriptionOidcClientCommonConfig.Credentials.jwt()Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of OidcClientCommonConfig.Credentials.Jwt in io.quarkus.oidc.common.runtime.config
Methods in io.quarkus.oidc.common.runtime.config that return OidcClientCommonConfig.Credentials.JwtModifier and TypeMethodDescriptionOidcClientCommonConfigBuilder.JwtBuilder.build()OidcClientCommonConfig.Credentials.jwt()Client JSON Web Token (JWT) authentication methodsMethods in io.quarkus.oidc.common.runtime.config with parameters of type OidcClientCommonConfig.Credentials.JwtModifier and TypeMethodDescriptionOidcClientCommonConfigBuilder.credentials(OidcClientCommonConfig.Credentials.Jwt jwt) OidcClientCommonConfigBuilder.CredentialsBuilder.jwt(OidcClientCommonConfig.Credentials.Jwt jwt)