clientType property
The client type: web, Android or iOS.
Required when reCAPTCHA Enterprise protection 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;