DcqlResponse

The result of executing a DCQL query against credentials in org.multipaz.document.DocumentStore.

The response consists of the credential sets. Queries not declaring any credential_sets parameter in the DCQL query are equivalent to queries with a single non-optional credential set per credential query, and are treated as such.

Constructors

Link copied to clipboard
constructor(credentialSets: List<DcqlResponseCredentialSet>)

Properties

Link copied to clipboard

A list of credential sets which can be presented. Contains at least one set but may contain more.

Functions

Link copied to clipboard

Consolidates matches from several options and members into one.

Link copied to clipboard
open override fun select(preselectedDocuments: List<Document>): CredentialPresentmentSelection

Selects a particular combination of credentials to select.