DcqlResponseCredentialSetOptionMemberMatch
data class DcqlResponseCredentialSetOptionMemberMatch(val credential: Credential, val claims: Map<RequestedClaim, Claim>, val credentialQuery: DcqlCredentialQuery) : CredentialPresentmentSetOptionMemberMatch
A presentment of a particular Credential from org.multipaz.document.DocumentStore.
Constructors
Link copied to clipboard
constructor(credential: Credential, claims: Map<RequestedClaim, Claim>, credentialQuery: DcqlCredentialQuery)
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 DcqlCredentialQuery which was used for this match.