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(query: DCQLCredentialQueryType, vararg queries: DCQLCredentialQueryType)

Properties

Link copied to clipboard
open override val size: Int

Functions

Link copied to clipboard
open operator override fun contains(element: DCQLCredentialQueryType): Boolean
Link copied to clipboard
open override fun containsAll(elements: Collection<DCQLCredentialQueryType>): Boolean
Link copied to clipboard
open operator override fun get(index: Int): DCQLCredentialQueryType
Link copied to clipboard
open override fun indexOf(element: DCQLCredentialQueryType): Int
Link copied to clipboard
open override fun isEmpty(): Boolean
Link copied to clipboard
open operator override fun iterator(): Iterator<DCQLCredentialQueryType>
Link copied to clipboard
open override fun lastIndexOf(element: DCQLCredentialQueryType): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun subList(fromIndex: Int, toIndex: Int): List<DCQLCredentialQueryType>
Link copied to clipboard