Helper Methods
The server helper exposes the backend operations required by the biometric flow.
Main Methods
createBiometricSessionToken()verifyBiometricResultToken()- helper methods for user binding and replay/session management
Typical Use
Your token-minting endpoint calls createBiometricSessionToken(). Your result
endpoint calls verifyBiometricResultToken() before any business action runs.