SystemOptions type

用這個來設定 Configuration 物件中的憑證續約資訊

  • tokenRenewalOffsetSeconds - 設定到期前更新代幣所需的偏移時間窗口
type SystemOptions = {
  preventCorsPreflight?: boolean
  tokenRenewalOffsetSeconds?: number
}