We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd9ca9b commit b016dc3Copy full SHA for b016dc3
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