Table of Contents

Class AttackProtectionCaptchaRecaptchaEnterpriseResponseContent

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

Properties

AdditionalProperties

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

Property Value

AdditionalProperties

ProjectId

The project ID for the reCAPTCHA Enterprise provider.

[JsonPropertyName("project_id")]
public string? ProjectId { get; set; }

Property Value

string

SiteKey

The site key for the reCAPTCHA Enterprise provider.

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