veritatisdoloremque
Version:
Monorepo for the Firebase JavaScript SDK
27 lines (18 loc) • 734 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) > [(constructor)](./auth-types.recaptchaverifier._constructor_.md)
## RecaptchaVerifier.(constructor)
Constructs a new instance of the `RecaptchaVerifier` class
<b>Signature:</b>
```typescript
constructor(
container: any | string,
parameters?: Object | null,
auth?: Auth | null
);
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| container | any \| string | |
| parameters | Object \| null | |
| auth | [Auth](./auth-types.auth.md) \| null | |