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
optionsRequestOptionscancellationTokenCancellationToken
Returns
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
requestUpdateBreachedPasswordDetectionSettingsRequestContentoptionsRequestOptionscancellationTokenCancellationToken