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