class KeyTokenAuth { final String userId; final String token; KeyTokenAuth({required this.userId, required this.token}); }