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:
- Fetch
BST - Launch mobile app or QR flow
- Poll for
BRT - Optionally submit the
BRTback to your backend
authenticateUserDirect() is the notable exception because it returns the
result directly instead of submitting it automatically.