ClientAssertion type

機密客戶端的客戶端聲明憑證

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