Module EzRecaptchaSource

Sourcetype recaptcha = {
  1. cap_success : bool;
  2. cap_score : float option;
  3. cap_action : string option;
  4. cap_challenge_ts : string option;
  5. cap_hostname : string option;
  6. cap_error_codes : string list option;
}
Sourcemodule Encoding : sig ... end
Sourceval recaptcha_url : string
Sourceval verify : string -> string -> (recaptcha, int * string option) result Lwt.t