Copied!

Enum that represents the integration types for web keys.

Protobuf type google.cloud.recaptchaenterprise.v1.WebKeySettings.IntegrationType

CloneableInstantiable
Constants
public Google\Cloud\RecaptchaEnterprise\V1\WebKeySettings\IntegrationType::CHECKBOX = 2
 

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\Cloud\RecaptchaEnterprise\V1\WebKeySettings\IntegrationType::INTEGRATION_TYPE_UNSPECIFIED = 0
 

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\Cloud\RecaptchaEnterprise\V1\WebKeySettings\IntegrationType::INVISIBLE = 3
 

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\Cloud\RecaptchaEnterprise\V1\WebKeySettings\IntegrationType::SCORE = 1
 

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)
© 2026 Bruce Wells
Search Namespaces \ Classes
Configuration