ClientAssertion type

Informations d’identification d’assertion du client pour les clients confidentiels

type ClientAssertion = {
  assertion: string | ClientAssertionCallback
  assertionType: string
}