Classes
The following classes are available globally.
- 
                  
                  
Interface to interact with reCAPTCHA.
Declaration
Swift
class Recaptcha : NSObjectObjective-C
@interface Recaptcha : NSObject - 
                  
                  
Action intended to be protected by reCAPTCHA. This object should be passed to RecaptchaClient.execute.
Declaration
Swift
class RecaptchaAction : NSObjectObjective-C
@interface RecaptchaAction : NSObject - 
                  
                  
Interface to interact with reCAPTCHA.
Declaration
Swift
class RecaptchaClient : NSObjectObjective-C
@interface RecaptchaClient : NSObject - 
                  
                  
Error class for reCAPTCHA Events.
Declaration
Swift
class RecaptchaError : NSErrorObjective-C
@interface RecaptchaError : NSError - 
                  
                  
Result of a successful execute operation.
Declaration
Swift
class RecaptchaToken : NSObjectObjective-C
@interface RecaptchaToken : NSObject