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