export type ClientAssertion = { /** * The signed assertion token */ signedAssertion: string; /** * The assertion's expiration timestamp in milliseconds, UNIX epoch time. */ expiresOnTimestamp: number; };