Checks if client isLoggedIn (same as isSignedIn), maintained because some clients use one and some prefer the other
Future<bool> isLoggedIn() async => authHeaders != null;