<!-- 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; [type](./auth-types.recaptchaverifier.type.md)

## RecaptchaVerifier.type property

The application verifier type.

<b>Signature:</b>

```typescript
readonly type: string;
```

## Remarks

For a reCAPTCHA verifier, this is 'recaptcha'.

