Class GoogleCloudRecaptchaenterpriseV1TokenProperties
Properties of the provided event token.
Implements
Inherited Members
Namespace: Google.Apis.RecaptchaEnterprise.v1.Data
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class GoogleCloudRecaptchaenterpriseV1TokenProperties : IDirectResponseSchema
Properties
Action
Action name provided at token generation.
Declaration
[JsonProperty("action")]
public virtual string Action { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AndroidPackageName
The name of the Android package with which the token was generated (Android keys only).
Declaration
[JsonProperty("androidPackageName")]
public virtual string AndroidPackageName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CreateTime
The timestamp corresponding to the generation of the token.
Declaration
[JsonProperty("createTime")]
public virtual object CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Hostname
The hostname of the page on which the token was generated (Web keys only).
Declaration
[JsonProperty("hostname")]
public virtual string Hostname { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InvalidReason
Reason associated with the response when valid = false.
Declaration
[JsonProperty("invalidReason")]
public virtual string InvalidReason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IosBundleId
The ID of the iOS bundle with which the token was generated (iOS keys only).
Declaration
[JsonProperty("iosBundleId")]
public virtual string IosBundleId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Valid
Whether the provided user response token is valid. When valid = false, the reason could be specified in invalid_reason or it could also be due to a user failing to solve a challenge or a sitekey mismatch (i.e the sitekey used to generate the token was different than the one specified in the assessment).
Declaration
[JsonProperty("valid")]
public virtual bool? Valid { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |