Table of Contents

Interface IBlocksClient

Namespace
Auth0.ManagementApi.Anomaly
Assembly
Auth0.ManagementApi.dll
public interface IBlocksClient
Extension Methods

Methods

CheckIpAsync(string, RequestOptions?, CancellationToken)

Check if the given IP address is blocked via the Suspicious IP Throttling due to multiple suspicious attempts.

WithRawResponseTask CheckIpAsync(string id, RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

id string
options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask

UnblockIpAsync(string, RequestOptions?, CancellationToken)

Remove a block imposed by Suspicious IP Throttling for the given IP address.

WithRawResponseTask UnblockIpAsync(string id, RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

id string
options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask