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

    emailAddressPattern

    Pattern of the email address to which an authentication code was sent

    length

    Length of the code; 0 if unknown