ClientAssertion type

机密客户端的客户端断言凭据

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