AppCheckConfig constructor

const AppCheckConfig({
  1. String webRecaptchaSiteKey = '',
  2. bool webRecaptchaEnterprise = true,
  3. WebProvider? webProviderOverride,
  4. AndroidAppCheckProvider? androidProviderOverride,
  5. AppleAppCheckProvider? appleProviderOverride,
  6. bool tokenAutoRefreshEnabled = true,
  7. Duration activationTimeout = const Duration(seconds: 8),
})

Implementation

const AppCheckConfig({
  this.webRecaptchaSiteKey = '',
  this.webRecaptchaEnterprise = true,
  this.webProviderOverride,
  this.androidProviderOverride,
  this.appleProviderOverride,
  this.tokenAutoRefreshEnabled = true,
  this.activationTimeout = const Duration(seconds: 8),
});