Config

data class Config(var directory: String, var relay: String, var user: String, var device: UByte)

Where to reach a Tacenta server, and who to connect as. Addresses are host:port strings. This is the pre-account path — register directly under a raw handle; for the account flow use `AccountConfig` with Client.signIn.

Constructors

Link copied to clipboard
constructor(directory: String, relay: String, user: String, device: UByte)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard