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-08-07 UTC."],[[["\u003cp\u003eThe latest version of \u003ccode\u003eTokenProperties\u003c/code\u003e is \u003ccode\u003e2.0.0-beta07\u003c/code\u003e, part of the \u003ccode\u003eGoogle.Cloud.RecaptchaEnterprise.V1Beta1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTokenProperties\u003c/code\u003e is a sealed class that implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt has properties like \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 to provide information about a token.\u003c/p\u003e\n"],["\u003cp\u003eThe class can be instantiated using a default constructor or a constructor that takes another \u003ccode\u003eTokenProperties\u003c/code\u003e instance as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eValid\u003c/code\u003e property determines if a token is considered valid, with potential reasons for invalidity specified in the \u003ccode\u003eInvalidReason\u003c/code\u003e property.\u003c/p\u003e\n"]]],[],null,[]]