RecaptchaEnterprise Framework Reference

Classes

The following classes are available globally.

  • Interface to interact with reCAPTCHA.

    Declaration

    Swift

    class Recaptcha : NSObject

    Objective-C

    
    @interface Recaptcha : NSObject
  • Action intended to be protected by reCAPTCHA. This object should be passed to RecaptchaClient.execute.

    Declaration

    Swift

    class RecaptchaAction : NSObject

    Objective-C

    @interface RecaptchaAction : NSObject
  • Interface to interact with reCAPTCHA.

    Declaration

    Swift

    class RecaptchaClient : NSObject

    Objective-C

    @interface RecaptchaClient : NSObject
  • Error class for reCAPTCHA Events.

    Declaration

    Swift

    class RecaptchaError : NSError

    Objective-C

    @interface RecaptchaError : NSError
  • Result of a successful execute operation.

    Declaration

    Swift

    class RecaptchaToken : NSObject

    Objective-C

    @interface RecaptchaToken : NSObject