View Source GoogleApi.FirebaseAppCheck.V1.Model.GoogleFirebaseAppcheckV1ExchangeRecaptchaEnterpriseTokenRequest (google_api_firebase_app_check v0.4.0)

Request message for the ExchangeRecaptchaEnterpriseToken method.

Attributes

  • limitedUse (type: boolean(), default: nil) - Specifies whether this attestation is for use in a limited use (true) or session based (false) context. To enable this attestation to be used with the replay protection feature, set this to true. The default value is false.
  • recaptchaEnterpriseToken (type: String.t, default: nil) - Required. The reCAPTCHA token as returned by the reCAPTCHA Enterprise JavaScript API.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.FirebaseAppCheck.V1.Model.GoogleFirebaseAppcheckV1ExchangeRecaptchaEnterpriseTokenRequest{
    limitedUse: boolean() | nil,
    recaptchaEnterpriseToken: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.