Searched refs:saveToken (Results 1 – 3 of 3) sorted by relevance
36 public function saveToken($user, $token) function in TokenHelper74 return $this->saveToken($user, $token);
75 if($th->saveToken($_SERVER['REMOTE_USER'], $INPUT->param('secret')))
213 $this->saveToken($token);249 $this->saveToken($token);257 private function saveToken($token) { function in GoogleCalendarSync