LogoutRequest

Note

For a more in depth documentation, you should check the comments from the protobuf file.

Purpose

Used to logout the client. The client connection will be closed after the client sends the LogoutRequest.


Request example

  const payload = {
    request_id: 1,
    logout: {
    }
}

Response

The server will respond with a LogoutResponse.