Show / Hide Table of Contents

Class GoogleCloudRecaptchaenterpriseV1TokenProperties

Properties of the provided event token.

Inheritance
object
GoogleCloudRecaptchaenterpriseV1TokenProperties
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.RecaptchaEnterprise.v1.Data
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class GoogleCloudRecaptchaenterpriseV1TokenProperties : IDirectResponseSchema

Properties

Action

Output only. Action name provided at token generation.

Declaration
[JsonProperty("action")]
public virtual string Action { get; set; }
Property Value
Type Description
string

AndroidPackageName

Output only. 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

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. The timestamp corresponding to the generation of the token.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Hostname

Output only. 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

Output only. Reason associated with the response when valid = false.

Declaration
[JsonProperty("invalidReason")]
public virtual string InvalidReason { get; set; }
Property Value
Type Description
string

IosBundleId

Output only. 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

Output only. 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX