signIn

abstract suspend fun signIn(username: String, password: String, device: UByte): Client

Sign a user in with a fresh device identity, on device 1 unless another is given; a connected client. Save Client.exportState and resume with signInWithState.