Enum TokenProperties.Types.InvalidReason (1.0.0-beta06)

public enum InvalidReason

Enum that represents the types of invalid token reasons.

Namespace

Google.Cloud.RecaptchaEnterprise.V1Beta1

Assembly

Google.Cloud.RecaptchaEnterprise.V1Beta1.dll

Fields

NameDescription
BrowserError

A retriable error (such as network failure) occurred on the browser. Could easily be simulated by an attacker.

Dupe

The user verification had already been seen.

Expired

The user verification token had expired.

Malformed

The provided user verification token was malformed.

Missing

The user verification token was not present. It is a required input.

SiteMismatch

The user verification token did not match the provided site key. This may be a configuration error (e.g. development keys used in production) or end users trying to use verification tokens from other sites.

UnknownInvalidReason

If the failure reason was not accounted for.

Unspecified

Default unspecified type.