clientType property

String? clientType
getter/setter pair

The client type, web, android or ios.

Required when reCAPTCHA Enterprise is enabled. 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;