stream property
A broadcast stream that emits a void event each time an authentication failure is detected.
Listeners receive at most one event per debounce window (controlled by AuthFailureInterceptor). The stream closes when dispose is called.
Implementation
Stream<void> get stream => _controller.stream;