Succeeded

data class Succeeded(val verifierResponseJson: String, val redirectUrl: String? = null) : MobileWalletPresentationResult.Transmitted

The verifier accepted the protocol response.

Constructors

Link copied to clipboard
constructor(verifierResponseJson: String, redirectUrl: String? = null)

Properties

Link copied to clipboard

Optional post-response redirect for the host app to open.

Link copied to clipboard
open override val verifierResponseJson: String

Raw verifier response body encoded as JSON.