WebAdminCredentials

Gives the node the credentials that will be used by a remote panel client to connect to a world.

Members

Mixins

__anonymous
mixin IO!(requestId, address, hash, groupId)
Undocumented in source.

Variables

ID
enum ubyte ID;
Undocumented in source.
address
string address;

Address used by the client to connect. May be a represantion of an ipv4 (134.56.1.55), ipv6 (44:5:12::9) or unix address (~/tmp/rc).

groupId
uint groupId;

World group that the remote panel client will connect to.

hash
ubyte[32] hash;

Hash generated by the hub that will be used by the remote panel to perform authentication.

requestId
uint requestId;

Id of the request, generated by the hub. To the request are associated the login credentials and the world to track.

Meta