DcqlCredentialSetQuery

data class DcqlCredentialSetQuery(val required: Boolean, val options: List<DcqlCredentialSetOption>)

DCQL Credential Set.

Reference: OpenID4VP 1.0 Section 6.4.2.

Constructors

Link copied to clipboard
constructor(required: Boolean, options: List<DcqlCredentialSetOption>)

Properties

Link copied to clipboard

a list of ways the credential set can be satisfied, see DcqlCredentialSetOption.

Link copied to clipboard

true if this credential set must be satisfied, false otherwise.