getUser() getUser( $user_id) Given a user id, retrieve it. Here we get the against the model database. Parameters $user_id
authenticate() authenticate( $auth_data) Given an array with the authentication data, auth the user and return it. Parameters $auth_data