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-27 UTC.
[null,null,["Last updated 2022-07-27 UTC."],[],[],null,["- [firebase](/docs/reference/node/firebase).\n- [auth](/docs/reference/node/firebase.auth).\n- ApplicationVerifier \nA verifier for domain verification and abuse prevention. Currently, the\nonly implementation is firebase.auth.RecaptchaVerifier.\n\nIndex\n\nProperties\n\n- [type](/docs/reference/node/firebase.auth.ApplicationVerifier#type)\n\nMethods\n\n- [verify](/docs/reference/node/firebase.auth.ApplicationVerifier#verify)\n\nProperties\n\ntype \ntype: string \nIdentifies the type of application verifier (e.g. \"recaptcha\").\n\nMethods\n\nverify\n\n- verify ( ) : Promise \\\u003c string \\\u003e\n- Executes the verification process.\n\n Returns Promise\\\u003cstring\\\u003e\n\n A Promise for a token that can be used to\nassert the validity of a request."]]
A verifier for domain verification and abuse prevention. Currently, the only implementation is firebase.auth.RecaptchaVerifier.