Table of Contents

Interface IExperimentsClient

Namespace
Auth0.ManagementApi.Experimentation
Assembly
Auth0.ManagementApi.dll
public interface IExperimentsClient
Extension Methods

Methods

AdvanceRampAsync(string, AdvanceRampRequestContent, RequestOptions?, CancellationToken)

Increments the current ramp index to the requested target level. Up-only: the target must be the immediate next level in the schedule. Idempotent: calling with the current level returns success without writing anything.

WithRawResponseTask<AdvanceRampResponseContent> AdvanceRampAsync(string id, AdvanceRampRequestContent request, RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

id string
request AdvanceRampRequestContent
options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<AdvanceRampResponseContent>