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
- [ ] bug report -> please search for issues before submitting
- [x] feature request
Currently, the HTTP Interceptor checks for if the token needs to be updated using a call to updateToken() with no minValidity definition which means it any HttpClient requests will only update the token if the token will expire within 5 seconds of updateToken's invocation. Can we somehow set the minValidity of updateToken() to something besides the default of 5 seconds?
The text was updated successfully, but these errors were encountered:
Bug Report or Feature Request (mark with an
x
)Currently, the HTTP Interceptor checks for if the token needs to be updated using a call to updateToken() with no minValidity definition which means it any HttpClient requests will only update the token if the token will expire within 5 seconds of updateToken's invocation. Can we somehow set the minValidity of updateToken() to something besides the default of 5 seconds?
The text was updated successfully, but these errors were encountered: