FirebaseAuthException.captchaCheckFailed constructor

FirebaseAuthException.captchaCheckFailed()

Implementation

FirebaseAuthException.captchaCheckFailed()
    : this(
          'captcha-check-failed',
          'The reCAPTCHA response token provided is either invalid, expired, '
              'already used or the domain associated with it does not match the list '
              'of whitelisted domains');