SecondaryEmail
public class SecondaryEmail : CustomStringConvertible, JSONRepresentable
The SecondaryEmail struct
-
Secondary email address.
Declaration
Swift
public let email: String
-
Whether or not the secondary email address is verified to be owned by a user.
Declaration
Swift
public let isVerified: Bool
-
Declaration
Swift
public var description: String { get }