clientType property

String? clientType
getter/setter pair

The client type: web, Android or iOS.

Required when enabling reCAPTCHA enterprise protection. Possible string values are:

  • "CLIENT_TYPE_UNSPECIFIED" : Client type is not specified.
  • "CLIENT_TYPE_WEB" : Client type is web.
  • "CLIENT_TYPE_ANDROID" : Client type is android.
  • "CLIENT_TYPE_IOS" : Client type is ios.

Implementation

core.String? clientType;