Email

public enum Email : Sendable, Equatable, Codable, Hashable

Email channel info

  • Registered channel

    Declaration

    Swift

    case registered(Registered)
  • Pending registration

    Declaration

    Swift

    case pending(Pending)
  • Registered info

    See more

    Declaration

    Swift

    public struct Registered : Sendable, Equatable, Codable, Hashable
  • Pending info

    See more

    Declaration

    Swift

    public struct Pending : Sendable, Equatable, Codable, Hashable