RecaptchaEnterprise Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
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
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-14 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-14 UTC."],[],[],null,["# RecaptchaEnterprise Framework Reference\n\nClasses\n=======\n\nThe following classes are available globally.\n- `\n ``\n ``\n `\n\n ### [Recaptcha](/recaptcha/docs/reference/ios/client/api/Classes/Recaptcha)\n\n `\n ` \n Interface to interact with reCAPTCHA. \n\n #### Declaration\n\n Swift \n\n class Recaptcha : NSObject\n\n Objective-C \n\n\n @interface Recaptcha : NSObject\n\n- `\n ``\n ``\n `\n\n ### [RecaptchaAction](/recaptcha/docs/reference/ios/client/api/Classes/RecaptchaAction)\n\n `\n ` \n Action intended to be protected by reCAPTCHA. This object should be passed\n to RecaptchaClient.execute. \n\n #### Declaration\n\n Swift \n\n class RecaptchaAction : NSObject\n\n Objective-C \n\n @interface RecaptchaAction : NSObject\n\n- `\n ``\n ``\n `\n\n ### [RecaptchaClient](/recaptcha/docs/reference/ios/client/api/Classes/RecaptchaClient)\n\n `\n ` \n Interface to interact with reCAPTCHA. \n\n #### Declaration\n\n Swift \n\n class RecaptchaClient : NSObject\n\n Objective-C \n\n @interface RecaptchaClient : NSObject\n\n- `\n ``\n ``\n `\n\n ### [RecaptchaError](/recaptcha/docs/reference/ios/client/api/Classes/RecaptchaError)\n\n `\n ` \n Error class for reCAPTCHA Events. \n\n #### Declaration\n\n Swift \n\n class RecaptchaError : NSError\n\n Objective-C \n\n @interface RecaptchaError : NSError\n\n- `\n ``\n ``\n `\n\n ### [RecaptchaToken](/recaptcha/docs/reference/ios/client/api/Classes/RecaptchaToken)\n\n `\n ` \n Result of a successful execute operation. \n\n #### Declaration\n\n Swift \n\n class RecaptchaToken : NSObject\n\n Objective-C \n\n @interface RecaptchaToken : NSObject"]]