- [ ] 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?
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?