Back to Node Auth0

Class PhoneProviderProtectionClient

docs/classes/management.SDK.PhoneProviderProtectionClient.html

5.13.04.1 KB
Original Source

Class PhoneProviderProtectionClient

Index

Constructors

constructor

Methods

getpatch

Properties

_options

Constructors

constructor

new PhoneProviderProtectionClient(
options: BaseClientOptions,
): PhoneProviderProtectionClient

Parameters

Returns PhoneProviderProtectionClient

Methods

get

get(
requestOptions?: PhoneProviderProtectionClient.RequestOptions,
): HttpResponsePromise<GetPhoneProviderProtectionResponseContent>

Get the phone provider protection configuration for a tenant.

Parameters

Request-specific configuration.

Returns HttpResponsePromise<GetPhoneProviderProtectionResponseContent>

Throws

Management.UnauthorizedError

Throws

Management.ForbiddenError

Throws

Management.NotFoundError

Throws

Management.TooManyRequestsError

Example

await client.attackProtection.phoneProviderProtection.get()Copy

patch

patch(
request: PatchPhoneProviderProtectionRequestContent,
requestOptions?: PhoneProviderProtectionClient.RequestOptions,
): HttpResponsePromise<PatchPhoneProviderProtectionResponseContent>

Update the phone provider protection configuration for a tenant.

Parameters

Request-specific configuration.

Returns HttpResponsePromise<PatchPhoneProviderProtectionResponseContent>

Throws

Management.UnauthorizedError

Throws

Management.ForbiddenError

Throws

Management.TooManyRequestsError

Example

await client.attackProtection.phoneProviderProtection.patch({ type: "exponential" })Copy

Properties

Protected Readonly_options

_options: NormalizedClientOptionsWithAuth<BaseClientOptions>

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Constructors constructor Methods getpatch Properties _options