Class CaptchaResponse

java.lang.Object
com.atlassian.bitbucket.user.CaptchaResponse

public class CaptchaResponse extends Object
Encapsulates a CAPTCHA challenge ID and the corresponding user response to the challenge.
Since:
9.1
  • Constructor Details

    • CaptchaResponse

      public CaptchaResponse(@Nonnull String challengeId, @Nonnull String challengeResponse)
  • Method Details

    • getChallengeId

      @Nonnull public String getChallengeId()
    • getChallengeResponse

      @Nonnull public String getChallengeResponse()