FirebaseAuth Framework Reference

FIRPhoneMultiFactorInfo


@interface FIRPhoneMultiFactorInfo : FIRMultiFactorInfo

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

    Objective-C

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