Enum that represents the types of invalid token reasons.
Values:
INVALID_REASON_UNSPECIFIED (0):
Default unspecified type.
UNKNOWN_INVALID_REASON (1):
If the failure reason was not accounted for.
MALFORMED (2):
The provided user verification token was
malformed.
EXPIRED (3):
The user verification token had expired.
DUPE (4):
The user verification had already been seen.
MISSING (5):
The user verification token was not present.
BROWSER_ERROR (6):
A retriable error (such as network failure)
occurred on the browser. Could easily be
simulated by an attacker.
[[["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."],[],[]]