Interface IFlowsClient
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
public interface IFlowsClient
- Extension Methods
-
Properties
Executions
IExecutionsClient Executions { get; }
Property Value
- IExecutionsClient
Vault
IVaultClient Vault { get; }
Property Value
- IVaultClient
Methods
CreateAsync(CreateFlowRequestContent, RequestOptions?, CancellationToken)
WithRawResponseTask<CreateFlowResponseContent> CreateAsync(CreateFlowRequestContent request, RequestOptions? options = null, CancellationToken cancellationToken = default)
Parameters
request CreateFlowRequestContent
options RequestOptions
cancellationToken CancellationToken
Returns
- WithRawResponseTask<CreateFlowResponseContent>
DeleteAsync(string, RequestOptions?, CancellationToken)
Task DeleteAsync(string id, RequestOptions? options = null, CancellationToken cancellationToken = default)
Parameters
id string
options RequestOptions
cancellationToken CancellationToken
Returns
- Task
GetAsync(string, GetFlowRequestParameters, RequestOptions?, CancellationToken)
WithRawResponseTask<GetFlowResponseContent> GetAsync(string id, GetFlowRequestParameters request, RequestOptions? options = null, CancellationToken cancellationToken = default)
Parameters
id string
request GetFlowRequestParameters
options RequestOptions
cancellationToken CancellationToken
Returns
- WithRawResponseTask<GetFlowResponseContent>
ListAsync(ListFlowsRequestParameters, RequestOptions?, CancellationToken)
Task<Pager<FlowSummary>> ListAsync(ListFlowsRequestParameters request, RequestOptions? options = null, CancellationToken cancellationToken = default)
Parameters
request ListFlowsRequestParameters
options RequestOptions
cancellationToken CancellationToken
Returns
- Task<Pager<FlowSummary>>
UpdateAsync(string, UpdateFlowRequestContent, RequestOptions?, CancellationToken)
WithRawResponseTask<UpdateFlowResponseContent> UpdateAsync(string id, UpdateFlowRequestContent request, RequestOptions? options = null, CancellationToken cancellationToken = default)
Parameters
id string
request UpdateFlowRequestContent
options RequestOptions
cancellationToken CancellationToken
Returns
- WithRawResponseTask<UpdateFlowResponseContent>