Interface CaptchaEnabledState
-
- All Known Implementing Classes:
AccountRecoveryUsernameRequired,CurrentCredentialsRequired,NewPasswordRequired,PasswordResetRequired,RegistrationRequired,UsernamePasswordRequired,UsernameRecoveryEmailRequired
public interface CaptchaEnabledStateDeprecated.useCaptchaProviderEnabledStateinstead.A state that can have CAPTCHA enabled.- Since:
- 10.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetCaptchaSiteKey()Deprecated.Get the CAPTCHA site key assigned to your application by Google.booleangetShowCaptcha()Deprecated.Return true when the 'CAPTCHA' for authentication feature is available.voidsetCaptchaSiteKey(String captchaSiteKey)Deprecated.Set the CAPTCHA site key assigned to your application by Google.voidsetShowCaptcha(boolean showCaptcha)Deprecated.Set the 'CAPTCHA' for authentication feature availability
-
-
-
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.
-
-