Check if the user is authenticated
Future<bool> authIsAuthenticated() async { return await Auth.isAuthenticated(); }