GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1Event (google_api_recaptcha_enterprise v0.3.0) View Source

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.
  • 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1Event{
    expectedAction: String.t() | nil,
    siteKey: String.t() | nil,
    token: String.t() | nil,
    userAgent: String.t() | nil,
    userIpAddress: String.t() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.