GoogleFirebaseAppcheckV1betaRecaptchaConfig constructor

GoogleFirebaseAppcheckV1betaRecaptchaConfig({
  1. String? name,
  2. String? siteSecret,
  3. bool? siteSecretSet,
  4. String? tokenTtl,
})

Implementation

GoogleFirebaseAppcheckV1betaRecaptchaConfig({
  this.name,
  this.siteSecret,
  this.siteSecretSet,
  this.tokenTtl,
});