Register module

class use_cases.user.register.Register

Bases: object

Class to register the user in the server

static response(user, server, args)entities.ent_user.User

Performs the register of user in the server

Parameters
  • server – IP where the server will be allocated

  • args – args to register the user

Returns

user obj with the changes