data property
Base64-encoded encrypted JSON-serialized data with unique user's payload, data hashes, and secrets required for EncryptedPassportElement decryption and authentication
Implementation
@JsonKey(name: 'data')
String get data;
Base64-encoded encrypted JSON-serialized data with unique user's payload, data hashes, and secrets required for EncryptedPassportElement decryption and authentication
@JsonKey(name: 'data')
String get data;