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