Config Object Parameters
In this object, we add handle Facia SDK according to the user's needs.
Parameters | Description |
---|---|
showConsent | Required: No Type: boolean Accepted Values: true, false This is a boolean type parameter that determines whether to show consent screen or not. However, its default value is set as true. |
showVerificationType | Required: No Type: boolean Accepted Values: true, false This is a boolean type parameter that determines whether to show verification type screen or not. However, its default value is set as true. |
livenessInstructions | Required: No Type: boolean Accepted Values: true, false This is a boolean type parameter that determines whether to show instructions on launch of camera or not, its default value is set as false. |
showResult | Required: No Type: boolean Accepted Values: true, false This is a boolean type parameter that determines whether to show result screen or not. However, its default value is set as true. |
photo_id_match | Required: No Type: boolean Accepted Values: true, false If set to "true", this parameter enables Photo ID Match verification, and users can verify ID identity with their liveness. However, its default value is set as false. |
livenessRetryFlow | Required: No Type: boolean Accepted Values: true, false If set to "true", this parameter enables retries for Quick Liveness in case of 3D Liveness (If Quick Liveness declined). However, its default value is set as true. |
documentRetryFlow | Required: No Type: boolean Accepted Values: true, false If set to "true", this parameter enables retries for Quick Liveness in case of Photo ID Match (If Quick Liveness declined). However, its default value is set as true. |
showMiddleInstructions | Required: No Type: boolean Accepted Values: true, false If set to "true", this parameter determines whether to show instructions before Quick Liveness' retry or not. However, its default value is set as true. |
livenessRetryCount | Required: No Type: Integer Accepted Values: Integer values It sets the number of Quick Liveness' retries you want to allow in case of 3D Liveness. However, its default value is set as 3. |
documentRetryCount | Required: No Type: Integer Accepted Values: Integer values It sets the number of Quick Liveness' retries you want to allow in case of Photo ID Match. However, its default value is set as 3. |
faceDetectionThreshold | Required: No Type: string Accepted Values: "Low", "Medium", "High" It sets the threshold value to ask the user to fit the face in the oval when the Detailed Liveness is in process. However, its default value is set as "Low". |
ovalSize | Required: No Type: string Accepted Values: "Small", "Medium", "Large" It sets the Oval size when the Detailed Liveness is in process. However, its default value is set as "Medium". |
livenessType | Required: No Type: string Accepted Values: "Quick", "Detailed", "Additional", "Default" It sets the Liveness type in case of 3D Liveness. However, its default value is set as "Default". |