CredentialPresentmentSetOptionMemberMatch
data class CredentialPresentmentSetOptionMemberMatch(val credential: Credential, val claims: Map<RequestedClaim, Claim>, val source: CredentialMatchSource)
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)
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