auth_name = $auth_name; $this->user_id = $user_id; } public function getUserId() { return $this->user_id; } public function getAuthType() { return $this->auth_name; } }