PresentationFlowResponse
No description
type PresentationFlowResponse {
callbackSecret: String!
request: PresentationFlow!
}
Fields
PresentationFlowResponse.callbackSecret ● String! non-null scalar
PresentationFlowResponse.request ● PresentationFlow! non-null object
Returned By
createPresentationFlow mutation