RecaptchaEnterprise Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
RecaptchaToken
@interface
RecaptchaToken
:
NSObject
Result of a successful execute operation.
-
Action that is intended for reCAPTCHA to protect.
Declaration
Swift
var
recaptchaToken
:
String
{
get
}
Objective-C
@property
(
nonatomic
,
readonly
)
NSString
*
_Nonnull
recaptchaToken
;
-
Declaration
Objective-C
-
(
instancetype
)
init
NS_UNAVAILABLE
;
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\nRecaptchaToken\n==============\n\n @interface RecaptchaToken : NSObject\n\nResult of a successful execute operation.\n- `\n ``\n ``\n `\n\n ### [recaptchaToken](#/c:objc(cs)RecaptchaToken(py)recaptchaToken)\n\n `\n ` \n Action that is intended for reCAPTCHA to protect. \n\n #### Declaration\n\n Swift \n\n var recaptchaToken: String { get }\n\n Objective-C \n\n @property (nonatomic, readonly) NSString *_Nonnull recaptchaToken;\n\n- `\n ``\n ``\n `\n\n ### [-init](#/c:objc(cs)RecaptchaToken(im)init)\n\n `\n ` \n Unavailable \n Undocumented \n\n #### Declaration\n\n Objective-C \n\n - (instancetype)init NS_UNAVAILABLE;"]]