public sealed class TokenProperties : IMessage<TokenProperties>, IEquatable<TokenProperties>, IDeepCloneable<TokenProperties>, IBufferMessage, IMessage
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).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["The webpage provides documentation for the `TokenProperties` class within the `Google.Cloud.RecaptchaEnterprise.V1` namespace, specifically detailing its implementation and usage."],["The latest version of the documentation available is 2.17.0, and users can browse through the documentation of 23 different prior releases of the `TokenProperties` class, going back to version 1.2.0."],["`TokenProperties` includes properties like `Action`, `CreateTime`, `Hostname`, `InvalidReason`, and `Valid`, providing details about the reCAPTCHA token's properties and validity, and is part of the Google Cloud reCAPTCHA Enterprise API."],["The class is derived from the `Object` class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This documentation also includes details on the `TokenProperties` constructors, which consist of a default constructor and one that accepts another `TokenProperties` object."]]],[]]