Interface CaptchaEnabledState

All Known Implementing Classes:
AccountRecoveryUsernameRequired, CurrentCredentialsRequired, NewPasswordRequired, PasswordResetRequired, RegistrationRequired, UsernamePasswordRequired, UsernameRecoveryEmailRequired

public interface CaptchaEnabledState
Deprecated.
A state that can have CAPTCHA enabled.
Since:
10.1
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Get the CAPTCHA site key assigned to your application by Google.
    boolean
    Deprecated.
    Return true when the 'CAPTCHA' for authentication feature is available.
    void
    setCaptchaSiteKey(String captchaSiteKey)
    Deprecated.
    Set the CAPTCHA site key assigned to your application by Google.
    void
    setShowCaptcha(boolean showCaptcha)
    Deprecated.
    Set the 'CAPTCHA' for authentication feature availability
  • Method Details

    • 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.