<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/auth](./auth.md) &gt; [RecaptchaVerifier](./auth.recaptchaverifier.md) &gt; [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&lt;string&gt;

A Promise for the reCAPTCHA token.

