DCQLCredentialQueryList

Relevant references: OID4VP draft 23: A non-empty array of Credential Queries as defined in Section 6.1 that specify the requested Verifiable Credentials.

  • DCQLCredentialQuery: Within the Authorization Request, the same id MUST NOT be present more than once.

Constructors

Link copied to clipboard
constructor(vararg queries: DCQLCredentialQueryType)

Properties

Link copied to clipboard
open val size: Int

Functions

Link copied to clipboard
open operator fun contains(element: DCQLCredentialQueryType): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open operator fun get(index: Int): DCQLCredentialQueryType
Link copied to clipboard
open fun indexOf(element: DCQLCredentialQueryType): Int
Link copied to clipboard
open fun isEmpty(): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun subList(fromIndex: Int, toIndex: Int): List<DCQLCredentialQueryType>
Link copied to clipboard