API Documentation / vuefire / VueFireAppCheckOptions
Interface: VueFireAppCheckOptions
vuefire.VueFireAppCheckOptions
Hierarchy
AppCheckOptions
↳
VueFireAppCheckOptions
Properties
debug
• Optional
debug: string
| boolean
Setups the debug token global. See https://firebase.google.com/docs/app-check/web/debug-provider. Note you should set to false in production (or not set it at all). It can be set to a string to force a specific debug token.
isTokenAutoRefreshEnabled
• Optional
isTokenAutoRefreshEnabled: boolean
If set to true, enables automatic background refresh of App Check token.
Inherited from
AppCheckOptions.isTokenAutoRefreshEnabled
provider
• provider: CustomProvider
| ReCaptchaV3Provider
| ReCaptchaEnterpriseProvider
A reCAPTCHA V3 provider, reCAPTCHA Enterprise provider, or custom provider.
Inherited from
AppCheckOptions.provider