DCQLQueryMatchingResult
data class DCQLQueryMatchingResult(val credentialMatchingResults: Map<DCQLCredentialQueryIdentifier, List<KmmResult<DCQLCredentialQueryMatchingResult>>>)(source)
Constructors
Link copied to clipboard
constructor(credentialMatchingResults: Map<DCQLCredentialQueryIdentifier, List<KmmResult<DCQLCredentialQueryMatchingResult>>>)
Properties
Link copied to clipboard
val credentialMatchingResults: Map<DCQLCredentialQueryIdentifier, List<KmmResult<DCQLCredentialQueryMatchingResult>>>
each entry in the result list refers to the credential at the same index from those provided for matching
Link copied to clipboard