factory ClientCertAuthSettings.fromJson(Map<String, dynamic> json) { return ClientCertAuthSettings( oCSPUrl: json['OCSPUrl'] as String?, ); }