public RecaptchaConfigBuilder withAuthMethod()

in src/main/java/com/google/recaptcha/pld/pld/model/RecaptchaConfig.java [47:50]


    public RecaptchaConfigBuilder withAuthMethod(RecaptchaAuthMethod authMethod) {
      this.authMethod = authMethod;
      return this;
    }