RecaptchaManagedRule interface

The config for a reCAPTCHA action rule.

Signature:

export interface RecaptchaManagedRule 

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;