# Functions
AllClients returns a slice of all the clients on this server.
DoesExist checks if the client in question exists or not.
ExportAllClients returns all clients in a fashion suitable for exporting.
Get gets a client from the data store.
GetList returns a list of clients.
GetMulti gets multiple clients from a given slice of client names.
New creates a new client.
NewFromJSON builds a new client/user from a json object.
ValidatePublicKey checks that the provided public key is valid.