AuthFailureInterceptor constructor
- required AuthFailureNotifier notifier,
Creates an interceptor that notifies notifier on authentication failure.
Implementation
AuthFailureInterceptor({required AuthFailureNotifier notifier}) : _notifier = notifier;