We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d164cb9 commit 73daeedCopy full SHA for 73daeed
packages/auth/src/platform_browser/mfa/assertions/phone.ts
@@ -90,4 +90,9 @@ export class PhoneMultiFactorGenerator {
90
static assertion(credential: PhoneAuthCredential): PhoneMultiFactorAssertion {
91
return PhoneMultiFactorAssertionImpl._fromCredential(credential);
92
}
93
+
94
+ /**
95
+ * The identifier of the phone second factor: `phone`.
96
+ */
97
+ static FACTOR_ID = 'phone';
98
0 commit comments