DialOptions
public class DialOptions : Codable
Class representing dialing options when connecting to Ziti over this intercept
-
identity to connect
Declaration
Swift
public var identity: String?
-
connection timeout in seconds
Declaration
Swift
public var connectTimeoutSeconds: Int?