ServeUser

class ServeUser(val username: String, val devices: Set<String>)

A caller of the serve API, identified by their secret key.

Parameters

username

used only for logging; it is never sent to the caller

devices

names of the devices this user may use, as keyed in ServeConfig.devices

Constructors

Link copied to clipboard
constructor(username: String, devices: Set<String>)

Properties

Link copied to clipboard
Link copied to clipboard