Back to Node Auth0

Interface AttackProtectionUpdateCaptchaArkose

docs/interfaces/management.Management.AttackProtectionUpdateCaptchaArkose.html

5.9.11.4 KB
Original Source

Interface AttackProtectionUpdateCaptchaArkose

interface AttackProtectionUpdateCaptchaArkose {
site_key: string;
secret: string;
client_subdomain?: string;
verify_subdomain?: string;
fail_open?: boolean;
}

Index

Properties

site_keysecretclient_subdomain?verify_subdomain?fail_open?

Properties

site_key

site_key: string

The site key for the Arkose captcha provider.

secret

secret: string

The secret key for the Arkose captcha provider.

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.

Optionalfail_open

fail_open?: boolean

Whether the captcha should fail open.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties site_keysecretclient_subdomainverify_subdomainfail_open