SystemOptions: {
    preventCorsPreflight?: boolean;
    tokenRenewalOffsetSeconds?: number;
}

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 declaration

  • Optional preventCorsPreflight?: boolean
  • Optional tokenRenewalOffsetSeconds?: number

Generated using TypeDoc