RecaptchaManagedRule interface Stay organized with collections Save and categorize content based on your preferences.
The config for a reCAPTCHA action rule.
Signature:
exportinterfaceRecaptchaManagedRule
Properties
Property | Type | Description |
---|---|---|
action | RecaptchaAction | The action for reCAPTCHA-protected requests. |
endScore | number | The action will be enforced if the reCAPTCHA score of a request is larger than endScore. |
RecaptchaManagedRule.action
The action for reCAPTCHA-protected requests.
Signature:
action?:RecaptchaAction;
RecaptchaManagedRule.endScore
The action will be enforced if the reCAPTCHA score of a request is larger than endScore.
Signature:
endScore:number;
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-04-18 UTC.