constructor()

in projects/event-lambdas/src/lib/panda-hmac.ts [37:40]


  constructor(hmacAllowedDateOffsetInMillis: number, hmacSecretKeys: string[]) {
    this.hmacAllowedDateOffsetInMillis = hmacAllowedDateOffsetInMillis;
    this.hmacSecretKeys = hmacSecretKeys;
  }