DCQLIsoMdocCredentialMetadataAndValidityConstraints

Constructors

constructor(doctypeValue: String)

Types

Link copied to clipboard

Properties

Link copied to clipboard
@SerialName(value = "doctype_value")
val doctypeValue: String

OID4VP 1.0 B.2.3: doctype_value: REQUIRED. String that specifies an allowed value for the doctype of the requested Verifiable Credential. It MUST be a valid doctype identifier as defined in ISO.18013-5.

Functions

Link copied to clipboard
fun validate(actualDoctypeValue: String?): KmmResult<Unit>