Verification Store
The useVerificationStore tracks the real-time state of an active verification session.State Shape
This store is consumed by useVerificationEngine to drive the verification session lifecycle.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Real-time GPS, geofence, camera, and CAPTCHA verification state.
| Field | Type | Purpose |
|---|---|---|
| currentLocation | LatLng or null | Current GPS coordinates |
| isInsideGeofence | boolean | Whether the user is within the required geofence |
| captchaProgress | number | Number of CAPTCHAs solved in waiver challenge |
| photoUri | string or null | URI of the captured verification photo |