EmailAddressAuthenticationCodeInfo
public struct EmailAddressAuthenticationCodeInfo : Codable, Equatable, FunctionResult
Information about the email address authentication code that was sent
-
Pattern of the email address to which an authentication code was sent
Declaration
Swift
public let emailAddressPattern: String -
Length of the code; 0 if unknown
Declaration
Swift
public let length: Int32 -
Information about the email address authentication code that was sent
Declaration
Swift
public init(emailAddressPattern: String, length: Int32)Parameters
emailAddressPatternPattern of the email address to which an authentication code was sent
lengthLength of the code; 0 if unknown
View on GitHub
Install in Dash
EmailAddressAuthenticationCodeInfo Structure Reference