Home
last modified time | relevance | path

Searched refs:developerKey (Results 1 – 3 of 3) sorted by relevance

/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php32 public $developerKey; variable in Google_OAuth2
59 $this->developerKey = $apiConfig['developer_key'];
174 public function setDeveloperKey($developerKey) { argument
175 $this->developerKey = $developerKey;
202 if ($this->developerKey) {
205 $requestUrl .= 'key=' . urlencode($this->developerKey);
H A DGoogle_Auth.php33 abstract public function setDeveloperKey($developerKey); argument
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php710 * @param string $developerKey
712 public function setDeveloperKey($developerKey) argument
714 $this->config['developer_key'] = $developerKey;