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