Back to Node Auth0

Interface AttackProtectionCaptchaArkoseResponseContent

docs/interfaces/management.Management.AttackProtectionCaptchaArkoseResponseContent.html

5.9.11.4 KB
Original Source

Interface AttackProtectionCaptchaArkoseResponseContent

interface AttackProtectionCaptchaArkoseResponseContent {
site_key?: string;
fail_open?: boolean;
client_subdomain?: string;
verify_subdomain?: string;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

site_key?fail_open?client_subdomain?verify_subdomain?

Properties

Optionalsite_key

site_key?: string

The site key for the Arkose captcha provider.

Optionalfail_open

fail_open?: boolean

Whether the captcha should fail open.

Optionalclient_subdomain

client_subdomain?: string

The subdomain used for client requests to the Arkose captcha provider.

Optionalverify_subdomain

verify_subdomain?: string

The subdomain used for server-side verification requests to the Arkose captcha provider.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties site_keyfail_openclient_subdomainverify_subdomain