API Documentation / packages/nuxt/src/module / NuxtVueFireAppCheckOptionsReCaptchaV3
Interface: NuxtVueFireAppCheckOptionsReCaptchaV3
packages/nuxt/src/module.NuxtVueFireAppCheckOptionsReCaptchaV3
Hierarchy
_NuxtVueFireAppCheckOptionsBase
↳
NuxtVueFireAppCheckOptionsReCaptchaV3
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.
Inherited from
_NuxtVueFireAppCheckOptionsBase.debug
isTokenAutoRefreshEnabled
• Optional
isTokenAutoRefreshEnabled: boolean
If set to true, enables automatic background refresh of App Check token.
Inherited from
_NuxtVueFireAppCheckOptionsBase.isTokenAutoRefreshEnabled
key
• key: string
provider
• provider: "ReCaptchaV3"
Overrides
_NuxtVueFireAppCheckOptionsBase.provider