For the complete documentation index, see llms.txt. This page is also available as Markdown.

Start Authentication Verification

Calling startFaceAuthenticator

To start the authentication verification, use the startFaceAuthenticator function with the mobileToken and user's document ID.

Parameter
Type
Description
Required

mobileToken

string

Usage token associated with your CAF account.

✅

personId

string

User's document ID.

✅

Example

<Button 
  title="Start" 
  onPress={() => startFaceAuthenticator(mobileToken, personId)} 
/>

Last updated