Types

Link copied to clipboard

Properties

Link copied to clipboard

OID4VP draft 23: id: REQUIRED if claim_sets is present in the Credential Query; OPTIONAL otherwise. A string identifying the particular claim. The value MUST be a non-empty string consisting of alphanumeric, underscore (_) or hyphen (-) characters. Within the particular claims array, the same id MUST NOT be present more than once.

Link copied to clipboard

OID4VP draft 23: values: OPTIONAL. An array of strings, integers or boolean values that specifies the expected values of the claim. If the values property is present, the Wallet SHOULD return the claim only if the type and value of the claim both match for at least one of the elements in the array. Details of the processing rules are defined in Section 6.3.1.1.

Functions

Link copied to clipboard
open fun <Credential : Any> executeClaimsQueryAgainstCredential(    credentialQuery: DCQLCredentialQuery,     credential: Credential,     credentialStructureExtractor: (Credential) -> DCQLCredentialClaimStructure): KmmResult<DCQLClaimsQueryResult>