loggedIn property

bool loggedIn

Whether this LoginClient is authorized or not.

Implementation

bool get loggedIn => _oAuthClient != null;