Skip to main content

MDocDocument

An mDoc document returned in the presentation response. Contains the document type and the issuer-signed claims organized by namespace.

type MDocDocument {
docType: String!
namespaces: [MDocNamespace!]!
}

Fields

MDocDocument.docType ● String! non-null scalar

The document type (e.g., "org.iso.18013.5.1.mDL" for mobile driver's license).

MDocDocument.namespaces ● [MDocNamespace!]! non-null object

The namespaces containing the issuer-signed claims.

Member Of

MDocProcessedResponse object