close
The Wayback Machine - https://web.archive.org/web/20190718063344/https://firebase.google.com/docs/reference/js/firebase.auth.ApplicationVerifier
Go to console

A verifier for domain verification and abuse prevention. Currently, the only implementation is firebase.auth.RecaptchaVerifier.

Implemented by

Index

Properties

Methods

Properties

type

type: string

Identifies the type of application verifier (e.g. "recaptcha").

Methods

verify

  • verify(): Promise<string>
  • Executes the verification process.

    Returns Promise<string>

    A Promise for a token that can be used to assert the validity of a request.