CredentialPresentmentSetOptionMemberMatch
data class CredentialPresentmentSetOptionMemberMatch(val credential: Credential, val claims: Map<RequestedClaim, Claim>, val source: CredentialMatchSource, val transactionData: List<TransactionData>)
A presentment of a particular Credential from org.multipaz.document.DocumentStore.
Constructors
Link copied to clipboard
constructor(credential: Credential, claims: Map<RequestedClaim, Claim>, source: CredentialMatchSource, transactionData: List<TransactionData>)
Properties
Link copied to clipboard
the claims to present along with their request.
Link copied to clipboard
the Credential to present.
Link copied to clipboard
the source for the request for the match
Link copied to clipboard
list of transaction data to use for this credential presentment