Example #1
0
 public function exportAccess($val)
 {
     $this->procCode = $val;
     $obj_Authentication = new authenticationProcessor();
     $obj_Authentication->exportAccess($this->procCode);
     $obj_Authentication->isAuthenticated();
 }
 public function isRemoteUserAuthenticated($userRemoteTokenID, $dbconn)
 {
     $obj_Authentication = new authenticationProcessor();
     $obj_Authentication->isAuthenticated();
     $sql_taskDetais = "SELECT * FROM tbl_user_mst WHERE authonticaionToken = '" . $taskID . "'";
     //$res = parent::queryExecuter($sql_taskDetais,$dbconn);
     //return mysql_num_rows($res);
 }