Documentation Index
Fetch the complete documentation index at: https://docs.quepass.com/llms.txt
Use this file to discover all available pages before exploring further.
1. What is Quepass Offline SDK?
QuepassIdentityKit is an iOS SDK used for offline identity verification.
- Offline license verification
- Uses JWT-style license (LicenseGrid).
- License validation happens locally (no internet required).
- On-device capture
- Passport scanning
- Face capture
- Output Returns results as a dictionary:
containing Base64 encoded images.
2. What SDK Does
| Feature | Description |
|---|
| Document | Passport flow when .document is in the capture configuration. |
| Face | Face capture when .face is included. |
| Result | capture completion returns [String: Any] with Base64 keys (see Run capture). |
3. Initialization
Import: import QuepassIdentityKit
| API | Purpose |
|---|
| Quepass.initSDK(licenseKey:bundleId:callBack:) | Main entry: verify license and prepare SDK state. |
4. Public Functions
| Name | Kind |
|---|
| Quepass.initSDK(licenseKey:bundleId:callBack:) | class method |
| Quepass.capture(configuration:completion:) | class method |