FirebaseAuth Framework Reference

PhoneMultiFactorInfo

class PhoneMultiFactorInfo : MultiFactorInfo

Extends the MultiFactorInfo class for phone number second factors. The identifier of this second factor is “phone”. This class is available on iOS only.

  • This is the phone number associated with the current second factor.

    Declaration

    Swift

    var phoneNumber: String { get }