Skip to content

Commit 14ef7b1

Browse files
Updating API reference for constant FIRPhoneMultiFactorID and FIRTOTPMultiFactorID (#11532)
1 parent 83de6aa commit 14ef7b1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

FirebaseAuth/Sources/Public/FirebaseAuth/FIRMultiFactor.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,16 @@ typedef void (^FIRMultiFactorSessionCallback)(FIRMultiFactorSession *_Nullable s
3535
API_UNAVAILABLE(macos, tvos, watchos);
3636

3737
/**
38-
@brief The string identifier for second factors. e.g. "phone".
38+
@brief The string identifier for using phone as a second factor.
3939
This constant is available on iOS only.
4040
*/
4141
extern NSString *const _Nonnull FIRPhoneMultiFactorID NS_SWIFT_NAME(PhoneMultiFactorID)
4242
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+
*/
4348
extern NSString *const _Nonnull FIRTOTPMultiFactorID NS_SWIFT_NAME(TOTPMultiFactorID)
4449
API_UNAVAILABLE(macos, tvos, watchos);
4550

0 commit comments

Comments
 (0)