Enumerations

The following enumerations are available globally.

  • The codes of possible errors thrown by ReCaptcha

    See more

    Declaration

    Swift

    public enum ReCaptchaError : Error, CustomStringConvertible
  • The ReCaptcha result.

    This may contain the validation token on success, or an error that may have occurred.

    See more

    Declaration

    Swift

    public enum ReCaptchaResult