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.

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

Parameters

id string
options RequestOptions
cancellationToken CancellationToken

Returns

Task

UnblockIpAsync(string, RequestOptions?, CancellationToken)

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

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

Parameters

id string
options RequestOptions
cancellationToken CancellationToken

Returns

Task