voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
20 lines (11 loc) • 518 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth](./auth.md) > [RecaptchaVerifier](./auth.recaptchaverifier.md) > [verify](./auth.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<string>
A Promise for the reCAPTCHA token.