You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatic token refresh is now configured using `.UseBackgroundTokenRefresh()` or `.UseOnDemandTokenRefresh()` when building the SDK object.
7
7
The default configuration can be overridden via environment variables or by passing an options object as a parameter.
8
8
The old builder methods are still available but deprecated. Using them will apply the default configuration for automatic token refresh.
9
9
10
-
In addition, the extended login methods are deprecated. Any values set for `autoRefresh` or `refreshThreshold` will be ignored in favor of the new configuration values.
10
+
In addition, the extended login methods are deprecated. Any values set for `autoRefresh` or `refreshThreshold` will be ignored in favor of the new configuration values.
0 commit comments