AcquireLimitedPresentationFlowTokenInput
Input for acquiring a limited token for presentation flow.
input AcquireLimitedPresentationFlowTokenInput {
presentationFlowId: UUID!
}
Fields
AcquireLimitedPresentationFlowTokenInput.presentationFlowId ● UUID! non-null scalar
The ID of the presentation flow to which access will be limited.
Member Of
acquireLimitedPresentationFlowToken mutation