CLASS
# VerificationResponse
public class VerificationResponse: NSObject, Codable
The response returned from sendVerificationEmail.
# Properties
# backoff
public var backoff: Int64
Unix timestamp before a new verification email could be sent for the same user ID.
# Methods
# init(backoff:)
public init(backoff: Int64)