Login module¶
-
class
use_cases.user.login.
Login
¶ Bases:
object
Class to log in the user in the server
-
static
response
(user, server, args) → entities.ent_user.User¶ Performs the login of user in the server
- Parameters
server – IP where the server will be allocated
args – args to login the user
- Returns
user obj with the changes
-
static