ClientAssertion type

Client assertions-Anmeldeinformationen für vertrauliche Clients

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