minValidScore property

double? minValidScore
getter/setter pair

Specifies a minimum score required for a reCAPTCHA token to be considered valid.

If its score is greater than or equal to this value, it will be accepted; otherwise, it will be rejected. The value must be between 0.0 and 1.0. The default value is 0.5.

Implementation

core.double? minValidScore;