MdocCannedRequest

data class MdocCannedRequest(val docType: String, val useZkp: Boolean, val namespacesToRequest: List<MdocNamespaceRequest>)

A class representing a request for a particular set of namespaces and data elements for a particular document type.

Parameters

docType

the ISO mdoc doctype.

useZkp

true if the canned request should indicate a preference for use of Zero-Knowledge Proofs.

namespacesToRequest

the namespaces to request.

Constructors

Link copied to clipboard
constructor(docType: String, useZkp: Boolean, namespacesToRequest: List<MdocNamespaceRequest>)

Properties

Link copied to clipboard
Link copied to clipboard