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

Functions

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