AuthFailureInterceptor constructor

AuthFailureInterceptor({
  1. required AuthFailureNotifier notifier,
})

Creates an interceptor that notifies notifier on authentication failure.

Implementation

AuthFailureInterceptor({required AuthFailureNotifier notifier}) : _notifier = notifier;