Enum that represents the integration types for web keys.
Protobuf type google.cloud.recaptchaenterprise.v1.WebKeySettings.IntegrationType
| Constants |
| public Google Displays the "I'm not a robot" checkbox and may show captcha challenges after it is checked. Generated from protobuf enum CHECKBOX = 2; |
| public Google Default type that indicates this enum hasn't been specified. This is not a valid IntegrationType, one of the other types must be specified instead. Generated from protobuf enum INTEGRATION_TYPE_UNSPECIFIED = 0; |
| public Google Doesn't display the "I'm not a robot" checkbox, but may show captcha challenges after risk analysis. Generated from protobuf enum INVISIBLE = 3; |
| public Google Only used to produce scores. It doesn't display the "I'm not a robot" checkbox and never shows captcha challenges. Generated from protobuf enum SCORE = 1; |
| Methods |
| public static name( $value) |
| public static value( $name) |
| Properties |
| private static $valueToName = ['INTEGRATION_TYPE_UNSPECIFIED', 'SCORE', 'CHECKBOX', 'INVISIBLE'] |
| Properties |
| private static $valueToName = ['INTEGRATION_TYPE_UNSPECIFIED', 'SCORE', 'CHECKBOX', 'INVISIBLE'] |
| Methods |
| public static name( $value) |
| public static value( $name) |