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 |
google.cloud.recaptchaenterprise_v1.types.TokenProperties.InvalidReason
Reason associated with the response when valid = false. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
The timestamp corresponding to the generation of the token. |
hostname |
str
The hostname of the page on which the token was generated (Web keys only). |
action |
str
Action name provided at token generation. |
Classes
InvalidReason
InvalidReason(value)
Enum that represents the types of invalid token reasons.