Module matcher

Module matcher 

Source
Expand description

Credential matching against presentation requests.

Provides matching logic for finding stored credentials that satisfy a presentation request, supporting both DIF Presentation Exchange and DCQL (Digital Credentials Query Language) query formats.

Enums§

PresentationRequest
A presentation request — either DIF Presentation Exchange or DCQL.

Functions§

match_credentials_dcql
Match stored credentials against a DCQL query.
match_credentials_pe
Match stored credentials against a Presentation Exchange definition.