Check if user is authenticated
Future<bool> isAuthenticated() async { final token = await _getAccessToken(); return token != null; }