Table of Contents

Interface IBreachedPasswordDetectionClient

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

Methods

GetAsync(RequestOptions?, CancellationToken)

Retrieve details of the Breached Password Detection configuration of your tenant.

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

Parameters

options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<GetBreachedPasswordDetectionSettingsResponseContent>

UpdateAsync(UpdateBreachedPasswordDetectionSettingsRequestContent, RequestOptions?, CancellationToken)

Update details of the Breached Password Detection configuration of your tenant.

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

Parameters

request UpdateBreachedPasswordDetectionSettingsRequestContent
options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<UpdateBreachedPasswordDetectionSettingsResponseContent>