selfie property

  1. @JsonKey(name: 'selfie')
PassportFile? get selfie
inherited

Optional. Encrypted file with the selfie of the user holding a document, provided by the user; available for “passport”, “driver_license”, “identity_card” and “internal_passport”. The file can be decrypted and verified using the accompanying EncryptedCredentials.

Implementation

@JsonKey(name: 'selfie')
PassportFile? get selfie;