Skip to content

API Documentation / nuxt-vuefire / NuxtVueFireAppCheckOptionsReCaptchaV3

Interface: NuxtVueFireAppCheckOptionsReCaptchaV3

nuxt-vuefire.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

Released under the MIT License.