Home > @firebase/auth > ApplicationVerifier
ApplicationVerifier interface
A verifier for domain verification and abuse prevention.
Signature:
export interface ApplicationVerifier
Description
Currently, the only implementation is RecaptchaVerifier.
Properties
| Property | Type | Description |
|---|---|---|
| type | string | Identifies the type of application verifier (e.g. "recaptcha"). |
Methods
| Method | Description |
|---|---|
| verify() | Executes the verification process. |