File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
FirebaseAuth/Sources/Public/FirebaseAuth Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,16 @@ typedef void (^FIRMultiFactorSessionCallback)(FIRMultiFactorSession *_Nullable s
35
35
API_UNAVAILABLE(macos, tvos, watchos);
36
36
37
37
/* *
38
- @brief The string identifier for second factors. e.g. "phone" .
38
+ @brief The string identifier for using phone as a second factor .
39
39
This constant is available on iOS only.
40
40
*/
41
41
extern NSString *const _Nonnull FIRPhoneMultiFactorID NS_SWIFT_NAME (PhoneMultiFactorID)
42
42
API_UNAVAILABLE(macos, tvos, watchos);
43
+
44
+ /* *
45
+ @brief The string identifier for using TOTP as a second factor.
46
+ This constant is available on iOS only.
47
+ */
43
48
extern NSString *const _Nonnull FIRTOTPMultiFactorID NS_SWIFT_NAME (TOTPMultiFactorID)
44
49
API_UNAVAILABLE(macos, tvos, watchos);
45
50
You can’t perform that action at this time.
0 commit comments