DCQLIsoMdocCredentialMetadataAndValidityConstraints

Constructors

constructor(doctypeValue: String?)

Types

Link copied to clipboard

Properties

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

OID4VP draft 23: doctype_value: OPTIONAL. 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>