GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaRecaptchaConfig (google_api_firebase_app_check v0.2.0) View Source
An app's reCAPTCHA v3 configuration object. This configuration is used by ExchangeRecaptchaToken to validate reCAPTCHA tokens issued to apps by reCAPTCHA v3. It also controls certain properties of the returned App Check token, such as its ttl.
Attributes
-
name
(type:String.t
, default:nil
) - Required. The relative resource name of the reCAPTCHA v3 configuration object, in the format:projects/{project_number}/apps/{app_id}/recaptchaConfig
-
siteSecret
(type:String.t
, default:nil
) - Required. Input only. The site secret used to identify your service for reCAPTCHA v3 verification. For security reasons, this field will never be populated in any response. -
siteSecretSet
(type:boolean()
, default:nil
) - Output only. Whether thesite_secret
field was previously set. Since we will never return thesite_secret
field, this field is the only way to find out whether it was previously set. -
tokenTtl
(type:String.t
, default:nil
) - Specifies the duration for which App Check tokens exchanged from reCAPTCHA tokens will be valid. If unset, a default value of 1 day is assumed. Must be between 30 minutes and 7 days, inclusive.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.