QuickVerificationResponse
The result of starting a quick verification. Contains the created presentation flow (for status polling/subscription) and the presentation request (QR code/deep link) to display.
type QuickVerificationResponse {
presentationFlow: PresentationFlow!
request: PresentationFlowRequestResponse!
}
Fields
QuickVerificationResponse.presentationFlow ● PresentationFlow! non-null object
QuickVerificationResponse.request ● PresentationFlowRequestResponse! non-null union
Returned By
createQuickVerification mutation