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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eTokenProperties\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.RecaptchaEnterprise.V1\u003c/code\u003e namespace, spanning versions from 1.2.0 to the latest 2.17.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTokenProperties\u003c/code\u003e class implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and is a subclass of the base \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTokenProperties\u003c/code\u003e class contains information about a reCAPTCHA token, including its validity, the hostname it was generated on, the action name associated with it, the timestamp of its creation, and the invalid reason if not valid.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for \u003ccode\u003eTokenProperties\u003c/code\u003e: a default constructor and one that accepts another \u003ccode\u003eTokenProperties\u003c/code\u003e instance as an argument.\u003c/p\u003e\n"],["\u003cp\u003eThe properties of the \u003ccode\u003eTokenProperties\u003c/code\u003e class can be obtained via \u003ccode\u003eAction\u003c/code\u003e, \u003ccode\u003eCreateTime\u003c/code\u003e, \u003ccode\u003eHostname\u003c/code\u003e, \u003ccode\u003eInvalidReason\u003c/code\u003e and \u003ccode\u003eValid\u003c/code\u003e, with their corresponding values.\u003c/p\u003e\n"]]],[],null,[]]