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