Interface CaptchaEnabledState

    • Method Detail

      • getShowCaptcha

        boolean getShowCaptcha()
        Deprecated.
        Return true when the 'CAPTCHA' for authentication feature is available.
      • setShowCaptcha

        void setShowCaptcha​(boolean showCaptcha)
        Deprecated.
        Set the 'CAPTCHA' for authentication feature availability
      • getCaptchaSiteKey

        String getCaptchaSiteKey()
        Deprecated.
        Get the CAPTCHA site key assigned to your application by Google. This field will only be populated if the CAPTCHA provider is reCAPTCHA v2, v3, or Enterprise.
      • setCaptchaSiteKey

        void setCaptchaSiteKey​(String captchaSiteKey)
        Deprecated.
        Set the CAPTCHA site key assigned to your application by Google.