CreatePresentationRequestForApprovalInput
Input for creating approval presentation requests
input CreatePresentationRequestForApprovalInput {
includeQRCode: Boolean
}
Fields
CreatePresentationRequestForApprovalInput.includeQRCode
● Boolean
scalar
Determines whether a QR code is included in the response of this request Present the QR code and ask the user to scan it. Scanning the QR code launches the authenticator app with this issuance request. Possible values are true (default) or false. When you set the value to false, use the return url property to render a deep link.
Member Of
createPresentationRequestForApproval
mutation