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

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.