Enum TestingOptions.Types.TestingChallenge (1.5.0)

public enum TestingChallenge

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

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Fields

NameDescription
Nocaptcha

Challenge requests for this key always return a nocaptcha, which does not require a solution.

UnsolvableChallenge

Challenge requests for this key always return an unsolvable challenge.

Unspecified

Perform the normal risk analysis and return either nocaptcha or a challenge depending on risk and trust factors.