present

suspend fun present(requestUrl: String, did: String? = null, runPolicies: Boolean? = null): MobileWalletPresentationResult

Presents matching wallet credentials to an OpenID4VP verifier request.

Return

Transmission status, optional redirect, and optional verifier response details.

Parameters

requestUrl

Authorization request URL received from the verifier.

did

Optional DID override for selecting the wallet DID used in the presentation.

runPolicies

Optional override for verifier policy execution in the core presentation handler.