MDocProcessedResponse
The processed and validated mDoc presentation data.
type MDocProcessedResponse {
diagnostics: MDocDiagnostics
documents: [MDocDocument!]!
identityId: ID
platform: MDocPlatform!
requestId: ID!
}
Fields
MDocProcessedResponse.diagnostics ● MDocDiagnostics object
Optional diagnostic information for troubleshooting and debugging. Contains the raw decrypted response and decoded device response.
MDocProcessedResponse.documents ● [MDocDocument!]! non-null object
The documents presented by the wallet. Typically contains one document, but may contain multiple in some cases.
MDocProcessedResponse.identityId ● ID scalar
The identity ID associated with this presentation (if available).
MDocProcessedResponse.platform ● MDocPlatform! non-null enum
The platform that generated the response.
MDocProcessedResponse.requestId ● ID! non-null scalar
The request ID associated with this presentation.