frontSide property

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

Optional. Encrypted file with the front side of the 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: 'front_side')
PassportFile? get frontSide;