valid property

bool? valid
getter/setter pair

Indicates whether the provided user response token is valid.

If false, the token is invalid, either because the user failed the challenge or for a reason provided in the invalid_reason field.

Output only.

Implementation

core.bool? valid;