Start Authentication Verification
Last updated
startFaceAuthenticatorTo start the authentication verification, use the startFaceAuthenticator 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={() => startFaceAuthenticator(mobileToken, personId)}
/>Last updated

