Start Document Verification
Last updated
startDocumentDetectorTo start the liveness verification, use the startDocumentDetector function with the mobileToken and user's document ID.
mobileToken
string
Usage token associated with your CAF account.
✅
personId
string
User's document ID.
✅
<Button
title="Start"
onPress={() => startDocumentDetector(mobileToken, personId)}
/>Last updated

