Home
last modified time | relevance | path

Searched refs:fetchAccessTokenWithAuthCode (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php236 return $this->fetchAccessTokenWithAuthCode($code);
246 public function fetchAccessTokenWithAuthCode($code) function in Google\\Client
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md185 $token = $client->fetchAccessTokenWithAuthCode($_GET['code']);