FIRMultiFactorInfo
@interface FIRMultiFactorInfo : NSObjectSafe public structure used to represent a second factor entity from a client perspective. This class is available on iOS only.
-
The multi-factor enrollment ID.
Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull UID; -
The user friendly name of the current second factor.
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *displayName; -
The second factor enrollment date.
Declaration
Objective-C
@property (nonatomic, readonly) NSDate *_Nonnull enrollmentDate; -
The identifier of the second factor.
Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull factorID;