Table of Contents

Interface IRedeliveriesClient

Namespace
Auth0.ManagementApi.EventStreams
Assembly
Auth0.ManagementApi.dll
public interface IRedeliveriesClient
Extension Methods

Methods

CreateAsync(string, CreateEventStreamRedeliveryRequestContent, RequestOptions?, CancellationToken)

WithRawResponseTask<CreateEventStreamRedeliveryResponseContent> CreateAsync(string id, CreateEventStreamRedeliveryRequestContent request, RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

id string
request CreateEventStreamRedeliveryRequestContent
options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<CreateEventStreamRedeliveryResponseContent>

CreateByIdAsync(string, string, RequestOptions?, CancellationToken)

Task CreateByIdAsync(string id, string eventId, RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

id string
eventId string
options RequestOptions
cancellationToken CancellationToken

Returns

Task