| Create | handle | Validates config and initializes the SDK. On the web, getInfo() is the only call usable before init(). |
| List readers | ReaderInfo[] | Enumerates connected smart card readers / fingerprint sensors. |
| Register device | void | Call once per device before validating. See Devices. |
| Check registration | RegistrationStatus | active / inactive / not_found. |
| Validate | VerificationResult | Takes one validation request; the shape selects the method. |
| Export logs | void | Bundles SDK + connected-service logs into a single tar.zst archive for support. |
| Destroy | void | Releases resources. Always call it (or use the language’s scoped form). |