isAuthenticated property

bool get isAuthenticated

Implementation

bool get isAuthenticated =>
    _state is AuthenticatedState || _state is BypassedState;