challenge property
Challenge information for SCORE_AND_CHALLENGE and INVISIBLE keys
Output only. Possible string values are:
- "CHALLENGE_UNSPECIFIED" : Default unspecified type.
- "NOCAPTCHA" : No challenge was presented for solving.
- "PASSED" : A solution was submitted that was correct.
- "FAILED" : A solution was submitted that was incorrect or otherwise deemed suspicious.
Implementation
core.String? challenge;