TokenProperties(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Attributes | |
---|---|
Name | Description |
valid |
bool
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). |
invalid_reason |
Reason associated with the response when valid = false. |
create_time |
The timestamp corresponding to the generation of the token. |
hostname |
str
The hostname of the page on which the token was generated. |
action |
str
Action name provided at token generation. |
Classes
InvalidReason
InvalidReason(value)
LINT.IfChange Enum that represents the types of invalid token reasons.