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 moreDeclaration
Swift
public struct Registered : Sendable, Equatable, Codable, Hashable
-
Pending info
See moreDeclaration
Swift
public struct Pending : Sendable, Equatable, Codable, Hashable