VerificationSession

An in-person verification in progress. Observe state; the final states carry the verdict or the error.

A phone runs one Bluetooth exchange at a time, so don't present and verify in person at the same moment.

Properties

Link copied to clipboard
abstract val state: StateFlow<VerificationState>

Functions

Link copied to clipboard
abstract fun cancel()

Abort the session and close any BLE transport.

Link copied to clipboard
abstract fun connect(engagementQr: String)

Provide the holder's scanned mdoc: engagement QR to open the BLE session and verify.