PresentationExchangeMatchingResult
data class PresentationExchangeMatchingResult<Credential : Any>(val presentationRequest: CredentialPresentationRequest.PresentationExchangeRequest, val matchingInputDescriptorCredentials: Map<String, Map<Credential, Map<ConstraintField, NodeList>>>) : CredentialMatchingResult<Credential> (source)
Constructors
Link copied to clipboard
constructor(presentationRequest: CredentialPresentationRequest.PresentationExchangeRequest, matchingInputDescriptorCredentials: Map<String, Map<Credential, Map<ConstraintField, NodeList>>>)
Properties
Link copied to clipboard
val matchingInputDescriptorCredentials: Map<String, Map<Credential, Map<ConstraintField, NodeList>>>
Link copied to clipboard