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.