Google Cloud reCAPTCHA Enterprise v1beta1 API - Class TokenProperties (2.0.0-beta06)

public sealed class TokenProperties : IMessage<TokenProperties>, IEquatable<TokenProperties>, IDeepCloneable<TokenProperties>, IBufferMessage, IMessage

Inheritance

object > TokenProperties

Namespace

Google.Cloud.RecaptchaEnterprise.V1Beta1

Assembly

Google.Cloud.RecaptchaEnterprise.V1Beta1.dll

Constructors

TokenProperties()

public TokenProperties()

TokenProperties(TokenProperties)

public TokenProperties(TokenProperties other)
Parameter
NameDescription
otherTokenProperties

Properties

Action

public string Action { get; set; }

Action name provided at token generation.

Property Value
TypeDescription
string

CreateTime

public Timestamp CreateTime { get; set; }

The timestamp corresponding to the generation of the token.

Property Value
TypeDescription
Timestamp

Hostname

public string Hostname { get; set; }

The hostname of the page on which the token was generated.

Property Value
TypeDescription
string

InvalidReason

public TokenProperties.Types.InvalidReason InvalidReason { get; set; }

Reason associated with the response when valid = false.

Property Value
TypeDescription
TokenPropertiesTypesInvalidReason

Valid

public bool Valid { get; set; }

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).

Property Value
TypeDescription
bool