Edit

Share via


SystemOptions type

Use this to configure token renewal info in the Configuration object

  • tokenRenewalOffsetSeconds - Sets the window of offset needed to renew the token before expiry
type SystemOptions = {
  preventCorsPreflight?: boolean
  tokenRenewalOffsetSeconds?: number
}