Jump to top

AppCheckOptions

interface

Options for App Check initialization.

Properties

isTokenAutoRefreshEnabled

</>

If true, enables SDK to automatically refresh AppCheck token as needed. If undefined, the value will default to the value of app.automaticDataCollectionEnabled. That property defaults to false and can be set in the app config.

isTokenAutoRefreshEnabled: undefined | false | true;

provider

</>

The App Check provider to use. This can be either the built-in reCAPTCHA provider or a custom provider.

provider: CustomProvider;