Start Liveness Verification
Last updated
startFaceLivenessTo start the liveness verification, use the startFaceLiveness function with the mobileToken and user's document ID.
mobileToken
string
Usage token associated with your CAF account.
✅
personId
string
Identifier of the user who will perform the face liveness verification. It's recommended to use the user's identification document in this field, such as their CPF (Brazilian document ID), but it could be any other value.
✅
<Button
title="Start"
onPress={() => startFaceLiveness(mobileToken, personId)}
/>Last updated

