pub async fn flows_executor_solve(
configuration: &Configuration,
flow_slug: &str,
query: &str,
flow_challenge_response_request: Option<FlowChallengeResponseRequest>,
) -> Result<ChallengeTypes, Error<FlowsExecutorSolveError>>
Expand description
Solve the previously retrieved challenge and advanced to the next stage.