WalletVerifyScreen

fun WalletVerifyScreen(sdk: WalletSdk, modifier: Modifier = Modifier, presets: List<RequestPreset> = RequestPresets.mdl, title: String = "Verify")

The in-person verifier: pick a check, scan the holder's QR, read and verify the credential over Bluetooth (com.wallet.clients.VerifierClient), show the result. Built for staff checking IDs at a counter or a door: a clear valid / not valid banner, a large photo to compare with the person, the fields shared and the security checks. Works offline: issuers are checked against the trusted issuers your app configured (TrustedIssuers). Camera and Bluetooth permissions are handled inside.

Parameters

presets

the checks an officer can pick, grouped by RequestPreset.section. Defaults to the built-in mDL checks; apps add their own (for their own credential types).

title

the screen title.