Skip to main content

MDocPresentationResponse

Successful mDoc presentation request response.

type MDocPresentationResponse {
androidRequest: AndroidPresentationRequest!
appleRequest: ApplePresentationRequest!
expiry: PositiveInt!
requestId: ID!
}

Fields

MDocPresentationResponse.androidRequest ● AndroidPresentationRequest! non-null object

The Android/Google-specific request data.

MDocPresentationResponse.appleRequest ● ApplePresentationRequest! non-null object

The Apple-specific request data.

MDocPresentationResponse.expiry ● PositiveInt! non-null scalar

Indicates when the response will expire.

MDocPresentationResponse.requestId ● ID! non-null scalar

An autogenerated request ID for tracking this presentation request.

Implemented By

MDocPresentationRequestResponse union