AuthenticationData.fromJson(Map<String, Object?> json) : type = json['type'] as String?, session = json['session'] as String?;