GenerateToken.fromJson(Map<String, dynamic> json) { sessionId = json['sessionId']; token = json['token']; passThrough = json['passThrough']; }