Class OidcCommonConfig.Credentials.Jwt

java.lang.Object
io.quarkus.oidc.common.runtime.OidcCommonConfig.Credentials.Jwt
Enclosing class:
OidcCommonConfig.Credentials

public static class OidcCommonConfig.Credentials.Jwt extends Object
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: