Skip to main content

Helper Config

BiometricClientHelperConfig defines how the browser SDK talks to your backend and handles biometric results.

Core Fields

  • baseUrl Backend base URL for token and result endpoints.
  • createSession Function or endpoint used to obtain a BST.
  • submitResult Final result submission behavior.
  • callbacks Optional hooks for success, failure, and progress handling.

Configuration Goal

Keep the frontend config focused on transport and UX. Do not move backend trust decisions into the browser.