FirebaseAuth Framework Reference

MultiFactorInfo

@objc(FIRMultiFactorInfo)openclassMultiFactorInfo:NSObject,@uncheckedSendable
extensionMultiFactorInfo:NSSecureCoding

Safe public structure used to represent a second factor entity from a client perspective.

This class is available on iOS and macOS.

  • The multi-factor enrollment ID.

    Declaration

    Swift

    @objc(UID)publicletuid:String
  • The user friendly name of the current second factor.

    Declaration

    Swift

    @objcpublicletdisplayName:String?
  • The second factor enrollment date.

    Declaration

    Swift

    @objcpublicletenrollmentDate:Date
  • The identifier of the second factor.

    Declaration

    Swift

    @objcpublicletfactorID:String
  • Undocumented

    Declaration

    Swift

    publicclassvarsupportsSecureCoding:Bool{get}
  • Undocumented

    Declaration

    Swift

    publicfuncencode(withcoder:NSCoder)
  • Undocumented

    Declaration

    Swift

    publicrequiredinit?(coder:NSCoder)

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-08-27 UTC.