Request sent by client, to authenticate to FJ server

interface ServerMessage_AuthRequest {
    token: string;
}

Properties

Properties

token: string