devsite/tools/jazzy/templates

FirebaseAuth Framework Reference

PhoneAuthCredential

@available(iOS 13, tvOS 13, macOS 10.15, watchOS 7, *)
@objc(FIRPhoneAuthCredential)
open class PhoneAuthCredential: AuthCredential, NSSecureCoding,
  @unchecked Sendable

Implementation of AuthCredential for Phone Auth credentials.

This class is available on iOS only.

  • Undocumented

    Declaration

    Swift

    public static let supportsSecureCoding: Bool
  • Undocumented

    Declaration

    Swift

    public func encode(with coder: NSCoder)
  • Undocumented

    Declaration

    Swift

    public required init?(coder: NSCoder)