DesktopApp.signin_user_from_id#

DesktopApp.signin_user_from_id(user_id, **other_info)#

Loads the data of a user from database using the user’s ID.

Parameters:
  • id (int) –

  • other_info – Other information required for signing in.

Returns:

True if the user is signed in, and False if it is not signed in.

Return type:

bool