@override Future<String> generateToken() async { await Future.delayed(Duration(milliseconds: 200)); return 'mock_token'; }