MdocRequest

data class MdocRequest(val requester: Requester, val requestedClaims: List<MdocRequestedClaim>, val docType: String, val zkSystemSpecs: List<ZkSystemSpec> = emptyList()) : Request

A request for an ISO mdoc.

Constructors

Link copied to clipboard
constructor(requester: Requester, requestedClaims: List<MdocRequestedClaim>, docType: String, zkSystemSpecs: List<ZkSystemSpec> = emptyList())

Properties

Link copied to clipboard

the ISO mdoc document type.

Link copied to clipboard

the claims being requested.

Link copied to clipboard
open override val requester: Requester

the entity making the request.

Link copied to clipboard