Skip to main content

Helper Operations

The high-level Web SDK helper wraps common biometric flows.

Main Methods

  • enrollUser(user, enrollOptions?)
  • authenticateUser()
  • authenticateUserDirect()
  • restoreUser()
  • unenrollUser()

Behavior

These flows generally perform:

  1. Fetch BST
  2. Launch mobile app or QR flow
  3. Poll for BRT
  4. Optionally submit the BRT back to your backend

authenticateUserDirect() is the notable exception because it returns the result directly instead of submitting it automatically.