RecaptchaEnterprise Framework Reference

Enumerations

The following enumerations are available globally.

  • Undocumented

    Declaration

    Swift

    enum RecaptchaActionType : Int, @unchecked Sendable

    Objective-C

    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,
    }
  • List of errors that can be returned from the SDK.

    Declaration

    Swift

    enum RecaptchaErrorCode : Int, @unchecked Sendable

    Objective-C

    enum RecaptchaErrorCode : NSInteger {}