ClientAssertion type

기밀 클라이언트에 대한 클라이언트 어설션 자격 증명

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