The Firebase JS SDK is now in BETA!
This EAP site is no longer maintained. See the official Firebase Documentation site for the latest documentation and information about the Firebase JS SDK.

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.