MobileWalletPresentationResult

data class MobileWalletPresentationResult(val success: Boolean, val redirectTo: String?, val verifierResponse: JsonElement? = null)

Result returned after attempting to answer an OpenID4VP presentation request.

Constructors

Link copied to clipboard
constructor(success: Boolean, redirectTo: String?, verifierResponse: JsonElement? = null)

Properties

Link copied to clipboard

Optional verifier redirect URI returned by the presentation flow.

Link copied to clipboard

true when the wallet transmitted the presentation successfully.

Link copied to clipboard
val verifierResponse: JsonElement?

Raw verifier response body, when the verifier returns structured JSON.