Table of Contents

Class AttackProtectionUpdateCaptchaArkose

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record AttackProtectionUpdateCaptchaArkose : IJsonOnDeserialized, IEquatable<AttackProtectionUpdateCaptchaArkose>
Inheritance
AttackProtectionUpdateCaptchaArkose
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

ClientSubdomain

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

[JsonPropertyName("client_subdomain")]
public string? ClientSubdomain { get; set; }

Property Value

string

FailOpen

Whether the captcha should fail open.

[JsonPropertyName("fail_open")]
public bool? FailOpen { get; set; }

Property Value

bool?

Secret

The secret key for the Arkose captcha provider.

[JsonPropertyName("secret")]
public required string Secret { get; set; }

Property Value

string

SiteKey

The site key for the Arkose captcha provider.

[JsonPropertyName("site_key")]
public required string SiteKey { get; set; }

Property Value

string

VerifySubdomain

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

[JsonPropertyName("verify_subdomain")]
public string? VerifySubdomain { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.