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. Indicates whether the provided user response token is valid. If false, the token is invalid, either because the user failed the challenge or for a reason provided in the invalid_reason field.

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