Table of Contents

Interface IBotDetectionClient

Namespace
Auth0.ManagementApi.AttackProtection
Assembly
Auth0.ManagementApi.dll
public interface IBotDetectionClient
Extension Methods

Methods

GetAsync(RequestOptions?, CancellationToken)

Get the Bot Detection configuration of your tenant.

WithRawResponseTask<GetBotDetectionSettingsResponseContent> GetAsync(RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<GetBotDetectionSettingsResponseContent>

UpdateAsync(UpdateBotDetectionSettingsRequestContent, RequestOptions?, CancellationToken)

Update the Bot Detection configuration of your tenant.

WithRawResponseTask<UpdateBotDetectionSettingsResponseContent> UpdateAsync(UpdateBotDetectionSettingsRequestContent request, RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

request UpdateBotDetectionSettingsRequestContent
options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<UpdateBotDetectionSettingsResponseContent>