Transmitted

The protocol response was transmitted and the verifier returned a JSON response.

Inheritors

Types

Link copied to clipboard
data class Failed(val verifierResponseJson: String) : MobileWalletPresentationResult.Transmitted

The verifier rejected or could not process the protocol response.

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

The verifier accepted the protocol response.

Properties

Link copied to clipboard

Raw verifier response body encoded as JSON.