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
Does anyone know why the refresh token logic is performed inside of the "HttpInterceptorManager" class? Couldn't it also just be performed inside of the "AuthenticationHeaderHandler" class, "SendAsync" function instead? This way we would we wouldn't need the interceptor at all. We could just use the implementation of the DelegatingHandler that's already being used.
There may very well be a reason for using the intercept instead, I just haven't been able to find much information about this online.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Does anyone know why the refresh token logic is performed inside of the "HttpInterceptorManager" class? Couldn't it also just be performed inside of the "AuthenticationHeaderHandler" class, "SendAsync" function instead? This way we would we wouldn't need the interceptor at all. We could just use the implementation of the DelegatingHandler that's already being used.
There may very well be a reason for using the intercept instead, I just haven't been able to find much information about this online.
Beta Was this translation helpful? Give feedback.
All reactions