Mobile Wallet Presentation Disclosure Selection
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.
Properties
Link copied to clipboard
Wallet-local credential identifier from MobileWalletPresentationCredentialOption.credentialId.
Link copied to clipboard
Opaque disclosure path token from MobileWalletPresentationDisclosure.path.
Link copied to clipboard
DCQL credential query identifier from MobileWalletPresentationCredentialOption.queryId.