RecaptchaTollFraudManagedRule interface

The managed rules for toll fraud provider, containing the enforcement status. The toll fraud provider contains all SMS related user flows.

Signature:

export interface RecaptchaTollFraudManagedRule 

Properties

Property Type Description
action RecaptchaAction The action for reCAPTCHA-protected requests.
startScore number The action will be enforced if the reCAPTCHA score of a request is larger than startScore.

RecaptchaTollFraudManagedRule.action

The action for reCAPTCHA-protected requests.

Signature:

action?: RecaptchaAction;

RecaptchaTollFraudManagedRule.startScore

The action will be enforced if the reCAPTCHA score of a request is larger than startScore.

Signature:

startScore: number;