Class RecaptchaVerificationService.VerificationResponse

java.lang.Object
ch.tocco.nice2.userbase.api.auth.RecaptchaVerificationService.VerificationResponse
Enclosing interface:
RecaptchaVerificationService

public static class RecaptchaVerificationService.VerificationResponse extends Object
  • Constructor Details

    • VerificationResponse

      public VerificationResponse()
  • Method Details

    • isSuccess

      public boolean isSuccess()
      Returns true if the ReCaptcha verification was successful
    • setSuccess

      public void setSuccess(boolean success)
    • getHostname

      public String getHostname()
    • setHostname

      public void setHostname(String hostname)
    • getErrorCodes

      public String[] getErrorCodes()
    • setErrorCodes

      public void setErrorCodes(String[] errorCodes)