isAuthenticated property

bool get isAuthenticated

Whether the user is authenticated

Implementation

bool get isAuthenticated => status == AuthStatus.authenticated;