captchaRequired property

bool? captchaRequired
getter/setter pair

Whether a CAPTCHA is needed because there have been too many failed login attempts by the user.

Present only when a registered email identifier is set in the request.

Implementation

core.bool? captchaRequired;