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