kalium
common
logic
/
com.wire.kalium.logic.configuration.server
/
ServerConfig
/
ApiProxy
Api
Proxy
data
class
ApiProxy
(
val
needsAuthentication
:
Boolean
,
val
host
:
String
,
val
port
:
Int
)
Members
Constructors
Api
Proxy
Link copied to clipboard
constructor
(
needsAuthentication
:
Boolean
,
host
:
String
,
port
:
Int
)
Properties
host
Link copied to clipboard
val
host
:
String
needs
Authentication
Link copied to clipboard
val
needsAuthentication
:
Boolean
port
Link copied to clipboard
val
port
:
Int