Home
last modified time | relevance | path

Searched refs:quotaProject (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/auth/src/
H A DApplicationDefaultCredentials.php115 * @param string $quotaProject specifies a project to bill for access
125 $quotaProject = null argument
127 $creds = self::getCredentials($scope, $httpHandler, $cacheConfig, $cache, $quotaProject);
142 * @param string $quotaProject specifies a project to bill for access
156 $quotaProject = null, argument
174 if ($quotaProject) {
175 $jsonKey['quota_project_id'] = $quotaProject;
185 $creds = new GCECredentials(null, $anyScope, null, $quotaProject);
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DGCECredentials.php162 private $quotaProject; variable in Google\\Auth\\Credentials\\GCECredentials
174 * @param string $quotaProject [optional] Specifies a project to bill for access
183 $quotaProject = null, argument
210 $this->quotaProject = $quotaProject;
546 return $this->quotaProject;
H A DUserRefreshCredentials.php49 protected $quotaProject; variable in Google\\Auth\\Credentials\\UserRefreshCredentials
95 $this->quotaProject = (string) $jsonKey['quota_project_id'];
140 return $this->quotaProject;
H A DServiceAccountJwtAccessCredentials.php55 protected $quotaProject; variable in Google\\Auth\\Credentials\\ServiceAccountJwtAccessCredentials
92 $this->quotaProject = (string) $jsonKey['quota_project_id'];
208 return $this->quotaProject;
H A DServiceAccountCredentials.php80 protected $quotaProject; variable in Google\\Auth\\Credentials\\ServiceAccountCredentials
139 $this->quotaProject = (string) $jsonKey['quota_project_id'];
330 return $this->quotaProject;
/plugin/authgooglesheets/vendor/google/auth/src/Middleware/
H A DAuthTokenMiddleware.php104 if ($quotaProject = $this->getQuotaProject()) {
107 $quotaProject
H A DProxyAuthTokenMiddleware.php104 if ($quotaProject = $this->getQuotaProject()) {
107 $quotaProject