RecaptchaParameters interface
Stay organized with collections
Save and categorize content based on your preferences.
Interface representing reCAPTCHA parameters.
See the reCAPTCHA docs for the list of accepted parameters. All parameters are accepted except for sitekey
: Firebase Auth provisions a reCAPTCHA for each project and will configure the site key upon rendering.
For an invisible reCAPTCHA, set the size
key to invisible
.
Signature:
export interface RecaptchaParameters
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 2024-04-19 UTC.
[null,null,["Last updated 2024-04-19 UTC."],[],[],null,["Interface representing reCAPTCHA parameters.\n\nSee the [reCAPTCHA docs](https://developers.google.com/recaptcha/docs/display#render_param) for the list of accepted parameters. All parameters are accepted except for `sitekey`: Firebase Auth provisions a reCAPTCHA for each project and will configure the site key upon rendering.\n\nFor an invisible reCAPTCHA, set the `size` key to `invisible`.\n\n**Signature:** \n\n export interface RecaptchaParameters"]]