IdentifierType

public enum IdentifierType : CustomStringConvertible, JSONRepresentable

The IdentifierType union

  • An unspecified error.

    Declaration

    Swift

    case email
  • An unspecified error.

    Declaration

    Swift

    case facebookProfileName
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }