OptionalautoWhether token refreshing should happen automatically.
Default: true.
OptionalintervalThe interval (in milliseconds) at which tokens are checked for validity. If the token's remaining lifetime is too short (see timeLeft), then the token is refreshed.
Default: 10000 milliseconds.
OptionaltimeThe minimum required lifetime during token validity checks.
Tokens that expire within timeLeft are refreshed.
Default: 60 seconds.
Control the automatic refreshing of authentication tokens.