TokenInterceptor constructor
TokenInterceptor({
- required TokenManager tokenManager,
- required TokenRefreshStrategy tokenRefreshStrategy,
Creates a TokenInterceptor with the given tokenManager and
tokenRefreshStrategy.
Implementation
TokenInterceptor({
required this.tokenManager,
required this.tokenRefreshStrategy,
});