admin is the only object that unlogged-in clients can access. It holds any methods that are needed to log in.
Static
LoginWithSessionCookie logs in if the session cookie exists when the websocket connection is made. All subsequent requests on the connection will act as the authenticated user.
Generated using TypeDoc
admin is the only object that unlogged-in clients can access. It holds any methods that are needed to log in.