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

Logo

2023 © Caf. - All rights reserved