Searched refs:fetchAccessTokenWithAuthCode (Results 1 – 2 of 2) sorted by relevance
236 return $this->fetchAccessTokenWithAuthCode($code);246 public function fetchAccessTokenWithAuthCode($code) function in Google\\Client
185 $token = $client->fetchAccessTokenWithAuthCode($_GET['code']);