Table of Contents

Interface IPhoneProviderProtectionClient

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

Methods

GetAsync(RequestOptions?, CancellationToken)

Get the phone provider protection configuration for a tenant.

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

Parameters

options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<GetPhoneProviderProtectionResponseContent>

PatchAsync(PatchPhoneProviderProtectionRequestContent, RequestOptions?, CancellationToken)

Update the phone provider protection configuration for a tenant.

WithRawResponseTask<PatchPhoneProviderProtectionResponseContent> PatchAsync(PatchPhoneProviderProtectionRequestContent request, RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

request PatchPhoneProviderProtectionRequestContent
options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<PatchPhoneProviderProtectionResponseContent>