GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfig constructor

GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfig({
  1. String? name,
  2. GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfigRiskAnalysis? riskAnalysis,
  3. String? siteKey,
  4. String? tokenTtl,
})

Implementation

GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfig({
  this.name,
  this.riskAnalysis,
  this.siteKey,
  this.tokenTtl,
});