MDocDiagnostics
Diagnostic information from the mDoc presentation response processing.
type MDocDiagnostics {
deviceResponse: String
response: String
validation: MDocValidationResults!
}
Fields
MDocDiagnostics.deviceResponse ● String scalar
The decoded device response (as JSON string)
MDocDiagnostics.response ● String scalar
The full decrypted JWT response (as JSON string)
MDocDiagnostics.validation ● MDocValidationResults! non-null object
Comprehensive validation results showing all checks performed according to ISO 18013-5.
Member Of
MDocProcessedResponse object