[[["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 2024-01-19 UTC."],[],[],null,["# ReCaptchaV3Provider class\n\nApp Check provider that can obtain a reCAPTCHA V3 token and exchange it for an App Check token.\n\n**Signature:** \n\n export declare class ReCaptchaV3Provider implements AppCheckProvider \n\n**Implements:** AppCheckProvider\n\nConstructors\n------------\n\n| Constructor | Modifiers | Description |\n|----------------------------------------------------------------------------------------------|-----------|----------------------------------------|\n| [(constructor)(_siteKey)](./app-check.recaptchav3provider.md#recaptchav3providerconstructor) | | Create a ReCaptchaV3Provider instance. |\n\nReCaptchaV3Provider.(constructor)\n---------------------------------\n\nCreate a ReCaptchaV3Provider instance.\n\n**Signature:** \n\n constructor(_siteKey: string);\n\n#### Parameters\n\n| Parameter | Type | Description |\n|-----------|--------|-------------|\n| _siteKey | string | |"]]