Generates a one-time token that is sent along in every websocket call to the Daemon. This is a signed JWT that the Daemon then uses to verify the user’s identity, and allows us to continually renew this token and avoid users maintaining sessions wrongly, as well as ensure that user’s only perform actions they’re allowed to.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The server UUID
The response is of type object
.