MobileWalletPresentationDisclosureSelection

data class MobileWalletPresentationDisclosureSelection(val queryId: String, val credentialId: String, val path: String)

User-selected selectively disclosable claim for a selected presentation credential option.

Apps should treat path as an opaque token returned by MobileWalletPresentationDisclosure.path for the same preview. The wallet validates the token against the resolved presentation request before submitting.

Constructors

constructor(queryId: String, credentialId: String, path: String)

Properties

Link copied to clipboard
Link copied to clipboard

Opaque disclosure path token from MobileWalletPresentationDisclosure.path.

Link copied to clipboard

DCQL credential query identifier from MobileWalletPresentationCredentialOption.queryId.