Issue WebSocket tickets for terminal sessions on registered hosts.
Summary
Functions
Issue a short-lived WebSocket ticket for a terminal session.
Types
@type result() :: {:ok, map()} | {:error, Miosa.Error.t()}
Functions
@spec ticket(Miosa.Client.t(), String.t()) :: result()
Issue a short-lived WebSocket ticket for a terminal session.
Connect immediately to ws_url using the returned ticket. The ticket
expires in a few seconds.