Table of Contents

Class AttackProtectionCaptchaArkoseResponseContent

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

Properties

AdditionalProperties

[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }

Property Value

AdditionalProperties

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?

SiteKey

The site key for the Arkose captcha provider.

[JsonPropertyName("site_key")]
public 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.