Class TestingOptions (1.1.2)

TestingOptions(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Options for user acceptance testing. .. attribute:: testing_score

All assessments for this Key will return this score. Must be between 0 (likely not legitimate) and 1 (likely legitimate) inclusive.

:type: float

Attribute

NameDescription
testing_challenge google.cloud.recaptchaenterprise_v1.types.TestingOptions.TestingChallenge
For challenge-based keys only (CHECKBOX, INVISIBLE), all challenge requests for this site will return nocaptcha if NOCAPTCHA, or an unsolvable challenge if CHALLENGE.

Classes

TestingChallenge

TestingChallenge(value)

Enum that represents the challenge option for challenge-based (CHECKBOX, INVISIBLE) testing keys.