FirebaseAuth Framework Reference

FIRMultiFactorAssertion


@interface FIRMultiFactorAssertion : NSObject

The base class for asserting ownership of a second factor. This is equivalent to the AuthCredential class. This class is available on iOS only.

  • The second factor identifier for this opaque object asserting a second factor.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nonnull) NSString *factorID;