API Reference google_api_recaptcha_enterprise v0.4.0

Modules

API client metadata for GoogleApi.RecaptchaEnterprise.V1.

API calls for all endpoints tagged Projects.

Handle Tesla connections for GoogleApi.RecaptchaEnterprise.V1.

Settings specific to keys that can be used by Android apps.

Attributes

  • expectedAction (type: String.t, default: nil) - Optional. The expected action for this type of event. This should be the same action provided at token generation time on client-side platforms already integrated with recaptcha enterprise.
  • hashedAccountId (type: String.t, default: nil) - Optional. Optional unique stable hashed user identifier for the request. The identifier should ideally be hashed using sha256 with stable secret.
  • siteKey (type: String.t, default: nil) - Optional. The site key that was used to invoke reCAPTCHA on your site and generate the token.
  • token (type: String.t, default: nil) - Optional. The user response token provided by the reCAPTCHA client-side integration on your site.
  • userAgent (type: String.t, default: nil) - Optional. The user agent present in the request from the user's device related to this event.
  • userIpAddress (type: String.t, default: nil) - Optional. The IP address in the request from the user's device related to this event.

Settings specific to keys that can be used by iOS apps.

A key used to identify and configure applications (web and/or mobile) that use reCAPTCHA Enterprise.

Attributes

  • action (type: String.t, default: nil) - Action name provided at token generation.
  • createTime (type: DateTime.t, default: nil) - The timestamp corresponding to the generation of the token.
  • hostname (type: String.t, default: nil) - The hostname of the page on which the token was generated.
  • invalidReason (type: String.t, default: nil) - Reason associated with the response when valid = false.
  • valid (type: boolean(), default: nil) - Whether the provided user response token is valid. When valid = false, the reason could be specified in invalid_reason or it could also be due to a user failing to solve a challenge or a sitekey mismatch (i.e the sitekey used to generate the token was different than the one specified in the assessment).

Settings specific to keys that can be used for WAF (Web Application Firewall).

Settings specific to keys that can be used by websites.

A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for Empty is empty JSON object {}.