FirebaseAuth Framework Reference

MultiFactorAssertion

class MultiFactorAssertion : 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

    Swift

    var factorID: String { get }