Stay organized with collections
Save and categorize content based on your preferences.
Properties
Static FACTOR_ID
FACTOR_ID: string
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-27 UTC.
[null,null,["Last updated 2022-07-27 UTC."],[],[],null,["- [firebase](/docs/reference/node/firebase).\n- [auth](/docs/reference/node/firebase.auth).\n- PhoneMultiFactorGenerator \nThe class used to initialize [firebase.auth.PhoneMultiFactorAssertion](/docs/reference/node/firebase.auth.phonemultifactorassertion).\n\nIndex\n\nConstructors\n\n- [constructor](/docs/reference/node/firebase.auth.phonemultifactorgenerator#constructor)\n\nProperties\n\n- [FACTOR_ID](/docs/reference/node/firebase.auth.phonemultifactorgenerator#factor_id)\n\nMethods\n\n- [assertion](/docs/reference/node/firebase.auth.phonemultifactorgenerator#assertion)\n\nConstructors\n\nPrivate constructor\n\n- new PhoneMultiFactorGenerator ( ) : [PhoneMultiFactorGenerator](/docs/reference/node/firebase.auth.phonemultifactorgenerator)\n-\n\n Returns [PhoneMultiFactorGenerator](/docs/reference/node/firebase.auth.phonemultifactorgenerator)\n\nProperties\n\nStatic FACTOR_ID \nFACTOR_ID: string \nThe identifier of the phone second factor: `phone`.\n\nMethods\n\nStatic assertion\n\n- assertion ( phoneAuthCredential : [PhoneAuthCredential](/docs/reference/node/firebase.auth.phoneauthcredential) ) : [PhoneMultiFactorAssertion](/docs/reference/node/firebase.auth.phonemultifactorassertion)\n- Initializes the [firebase.auth.PhoneMultiFactorAssertion](/docs/reference/node/firebase.auth.phonemultifactorassertion) to confirm ownership\n of the phone second factor.\n\n Parameters\n -\n\n phoneAuthCredential: [PhoneAuthCredential](/docs/reference/node/firebase.auth.phoneauthcredential)\n\nReturns [PhoneMultiFactorAssertion](/docs/reference/node/firebase.auth.phonemultifactorassertion)"]]
The class used to initialize firebase.auth.PhoneMultiFactorAssertion.