Enumeration: IdDocumentKind
The type of ID document. Passports, National ID cards, and driving licenses are supported. The ID document must verify the person's name, birthday, and nationality
Enumeration Members
Enumeration Member | Value | Defined in |
---|---|---|
drivingLicense | "drivingLicense" | types.ts:199 |
nationalIdentityCard | "nationalIdentityCard" | types.ts:198 |
passport | "passport" | types.ts:197 |