Table of Contents

Interface IExecutionsClient

Namespace
Auth0.ManagementApi.Flows
Assembly
Auth0.ManagementApi.dll
public interface IExecutionsClient
Extension Methods

Methods

DeleteAsync(string, string, RequestOptions?, CancellationToken)

Task DeleteAsync(string flowId, string executionId, RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

flowId string
executionId string
options RequestOptions
cancellationToken CancellationToken

Returns

Task

GetAsync(string, string, GetFlowExecutionRequestParameters, RequestOptions?, CancellationToken)

WithRawResponseTask<GetFlowExecutionResponseContent> GetAsync(string flowId, string executionId, GetFlowExecutionRequestParameters request, RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

flowId string
executionId string
request GetFlowExecutionRequestParameters
options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<GetFlowExecutionResponseContent>

ListAsync(string, ListFlowExecutionsRequestParameters, RequestOptions?, CancellationToken)

Task<Pager<FlowExecutionSummary>> ListAsync(string flowId, ListFlowExecutionsRequestParameters request, RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

flowId string
request ListFlowExecutionsRequestParameters
options RequestOptions
cancellationToken CancellationToken

Returns

Task<Pager<FlowExecutionSummary>>