Class OidcClientCommonConfig.Credentials.Jwt

java.lang.Object
io.quarkus.oidc.common.runtime.OidcClientCommonConfig.Credentials.Jwt
All Implemented Interfaces:
OidcClientCommonConfig.Credentials.Jwt
Enclosing class:
OidcClientCommonConfig.Credentials

public static class OidcClientCommonConfig.Credentials.Jwt extends Object implements OidcClientCommonConfig.Credentials.Jwt
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. JWT Bearer client authentication is also supported.
See Also: