FaceCreateParms
Face Biometric Parameters for a user.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| applicant_id | str | The Onfido applicant UUID. Used to link the Face Biometric to the correct applicant. Applicable for server stored biometric web flows. | [optional] |
| deliver_activation_email | bool | If set to true, an activation email will be sent to the user. Applicable only for mobile flows. | [optional] |
| encrypted_biometric_token | FaceEncryptedToken | [optional] | |
| return_qr_code | bool | If set to true, the response will include a QR code for activation. Applicable only for mobile flows. | [optional] |
| workflow_run_id | str | The Onfido workflow run UUID. Used to link the Face Biometric to the correct workflow run. Applicable for server stored biometric web flows. | [optional] |