Skip to main content

MDocPresentationResponse

Successful mDoc presentation request response.

type MDocPresentationResponse {
expiry: PositiveInt!
request: MDocOrgIsoMDocRequest!
requestId: ID!
}

Fields

MDocPresentationResponse.expiry ● PositiveInt! non-null scalar

Indicates when the response will expire.

MDocPresentationResponse.request ● MDocOrgIsoMDocRequest! non-null object

The org-iso-mdoc presentation request data for the Digital Credential API.

MDocPresentationResponse.requestId ● ID! non-null scalar

An autogenerated request ID for tracking this presentation request.

Implemented By

MDocPresentationRequestResponse union