GoogleFirebaseAppcheckV1RecaptchaV3Config constructor

GoogleFirebaseAppcheckV1RecaptchaV3Config({
  1. double? minValidScore,
  2. String? name,
  3. String? siteSecret,
  4. bool? siteSecretSet,
  5. String? tokenTtl,
})

Implementation

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