Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.18 KB

File metadata and controls

49 lines (29 loc) · 1.18 KB

IdentityVerificationSettings

Properties

Name Type Description Notes
type TypeEnum [optional]
maximumRetryCount Integer [optional]
requireLiveCapture Boolean [optional]
requireMatchingSelfie Boolean [optional]
nameMatcher NameMatcherEnum [optional]
holdForPrefill Boolean [optional]
allowedDocumentTypes List<AllowedDocumentTypesEnum> [optional]

Enum: TypeEnum

Name Value
EVERY_ACCESS "EveryAccess"
UNTIL_SIGN_COMPLETED "UntilSignCompleted"
ONCE_PER_DOCUMENT "OncePerDocument"

Enum: NameMatcherEnum

Name Value
STRICT "Strict"
MODERATE "Moderate"
LENIENT "Lenient"

Enum: List<AllowedDocumentTypesEnum>

Name Value
PASSPORT "Passport"
ID_CARD "IDCard"
DRIVER_LICENSE "DriverLicense"