The type of credential.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ClientCredentialTypeEnum", "title": "ClientCredentialTypeEnum", "type": "string", "description": "The type of credential.", "enum": [ "public_key", "cert_subject_dn", "x509_cert" ] }