{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ClientAuthenticationMethodPrivateKeyJWT", "title": "ClientAuthenticationMethodPrivateKeyJWT", "type": "object", "description": "Defines `private_key_jwt` client authentication method. If this property is defined, the client is enabled to use the Private Key JWT authentication method.", "additionalProperties": false, "required": [ "credentials" ], "properties": { "credentials": { "$ref": "#/components/schemas/ClientAuthenticationMethodPrivateKeyJWTCredentials" } } }