Helper Config
BiometricClientHelperConfig defines how the browser SDK talks to your backend
and handles biometric results.
Core Fields
baseUrlBackend base URL for token and result endpoints.createSessionFunction or endpoint used to obtain aBST.submitResultFinal result submission behavior.callbacksOptional 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.