Parameters for connecting to the NexConn server.
const result = await NCEngine.connect({ token: 'your-user-token' });
Authentication token for the user, obtained from the server
Parameters for connecting to the NexConn server.