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:237 |
nationalIdentityCard | "nationalIdentityCard" | types.ts:236 |
passport | "passport" | types.ts:235 |