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
optionsRequestOptionscancellationTokenCancellationToken
Returns
UpdateAsync(UpdateBotDetectionSettingsRequestContent, RequestOptions?, CancellationToken)
Update the Bot Detection configuration of your tenant.
WithRawResponseTask<UpdateBotDetectionSettingsResponseContent> UpdateAsync(UpdateBotDetectionSettingsRequestContent request, RequestOptions? options = null, CancellationToken cancellationToken = default)
Parameters
requestUpdateBotDetectionSettingsRequestContentoptionsRequestOptionscancellationTokenCancellationToken