AppCheckOptions interface
bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
Options for App Check initialization.
Signature:
export interface AppCheckOptions
Properties
AppCheckOptions.isTokenAutoRefreshEnabled
If set to true, enables automatic background refresh of App Check token.
Signature:
isTokenAutoRefreshEnabled?: boolean;
AppCheckOptions.provider
A reCAPTCHA V3 provider, reCAPTCHA Enterprise provider, or custom provider.
Signature:
provider: CustomProvider | ReCaptchaV3Provider | ReCaptchaEnterpriseProvider;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-22 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-07-22 UTC."],[],[],null,["# AppCheckOptions interface\n\nOptions for App Check initialization.\n\n**Signature:** \n\n export interface AppCheckOptions \n\nProperties\n----------\n\n| Property | Type | Description |\n|------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------|\n| [isTokenAutoRefreshEnabled](./app-check.appcheckoptions.md#appcheckoptionsistokenautorefreshenabled) | boolean | If set to true, enables automatic background refresh of App Check token. |\n| [provider](./app-check.appcheckoptions.md#appcheckoptionsprovider) | [CustomProvider](./app-check.customprovider.md#customprovider_class) \\| [ReCaptchaV3Provider](./app-check.recaptchav3provider.md#recaptchav3provider_class) \\| [ReCaptchaEnterpriseProvider](./app-check.recaptchaenterpriseprovider.md#recaptchaenterpriseprovider_class) | A reCAPTCHA V3 provider, reCAPTCHA Enterprise provider, or custom provider. |\n\nAppCheckOptions.isTokenAutoRefreshEnabled\n-----------------------------------------\n\nIf set to true, enables automatic background refresh of App Check token.\n\n**Signature:** \n\n isTokenAutoRefreshEnabled?: boolean;\n\nAppCheckOptions.provider\n------------------------\n\nA reCAPTCHA V3 provider, reCAPTCHA Enterprise provider, or custom provider.\n\n**Signature:** \n\n provider: CustomProvider | ReCaptchaV3Provider | ReCaptchaEnterpriseProvider;"]]