Stay organized with collections
Save and categorize content based on your preferences.
RecaptchaActionType
NS_ENUM(NSInteger,RecaptchaActionType){/** Indicates that the protected action is a Login workflow. */RecaptchaActionTypeLogin=0,/** Indicates that the protected action is a Signup workflow. */RecaptchaActionTypeSignup=1,/** When a custom action is specified, reCAPTCHA uses this value automatically. */RecaptchaActionTypeOther=2,}
[[["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\nRecaptchaActionType\n===================\n\n NS_ENUM(NSInteger, RecaptchaActionType) {\n /** Indicates that the protected action is a Login workflow. */\n RecaptchaActionTypeLogin = 0,\n\n /** Indicates that the protected action is a Signup workflow. */\n RecaptchaActionTypeSignup = 1,\n\n /** When a custom action is specified, reCAPTCHA uses this value automatically. */\n RecaptchaActionTypeOther = 2,\n }\n\nUndocumented\n- `\n ``\n ``\n `\n\n ### [RecaptchaActionTypeLogin](#/c:@E@RecaptchaActionType@RecaptchaActionTypeLogin)\n\n `\n ` \n Indicates that the protected action is a Login workflow. \n\n #### Declaration\n\n Swift \n\n case login = 0\n\n Objective-C \n\n RecaptchaActionTypeLogin = 0\n\n- `\n ``\n ``\n `\n\n ### [RecaptchaActionTypeSignup](#/c:@E@RecaptchaActionType@RecaptchaActionTypeSignup)\n\n `\n ` \n Indicates that the protected action is a Signup workflow. \n\n #### Declaration\n\n Swift \n\n case signup = 1\n\n Objective-C \n\n RecaptchaActionTypeSignup = 1\n\n- `\n ``\n ``\n `\n\n ### [RecaptchaActionTypeOther](#/c:@E@RecaptchaActionType@RecaptchaActionTypeOther)\n\n `\n ` \n When a custom action is specified, reCAPTCHA uses this value automatically. \n\n #### Declaration\n\n Swift \n\n case other = 2\n\n Objective-C \n\n RecaptchaActionTypeOther = 2"]]