UNPKG

veritatisdoloremque

Version:
20 lines (11 loc) 542 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/auth-types](./auth-types.md) &gt; [RecaptchaVerifier](./auth-types.recaptchaverifier.md) &gt; [verify](./auth-types.recaptchaverifier.verify.md) ## RecaptchaVerifier.verify() method Waits for the user to solve the reCAPTCHA and resolves with the reCAPTCHA token. <b>Signature:</b> ```typescript verify(): Promise<string>; ``` <b>Returns:</b> Promise&lt;string&gt; A Promise for the reCAPTCHA token.