Home
last modified time | relevance | path

Searched refs:getQuotaProject (Results 1 – 8 of 8) sorted by last modified time

/plugin/authgooglesheets/vendor/google/auth/src/
H A DGetQuotaProjectInterface.php32 public function getQuotaProject(); function
H A DFetchAuthTokenCache.php152 public function getQuotaProject() function in Google\\Auth\\FetchAuthTokenCache
155 return $this->fetcher->getQuotaProject();
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DServiceAccountJwtAccessCredentials.php206 public function getQuotaProject() function in Google\\Auth\\Credentials\\ServiceAccountJwtAccessCredentials
H A DUserRefreshCredentials.php138 public function getQuotaProject() function in Google\\Auth\\Credentials\\UserRefreshCredentials
H A DGCECredentials.php544 public function getQuotaProject() function in Google\\Auth\\Credentials\\GCECredentials
H A DServiceAccountCredentials.php328 public function getQuotaProject() function in Google\\Auth\\Credentials\\ServiceAccountCredentials
/plugin/authgooglesheets/vendor/google/auth/src/Middleware/
H A DAuthTokenMiddleware.php104 if ($quotaProject = $this->getQuotaProject()) {
147 private function getQuotaProject() function in Google\\Auth\\Middleware\\AuthTokenMiddleware
150 return $this->fetcher->getQuotaProject();
H A DProxyAuthTokenMiddleware.php104 if ($quotaProject = $this->getQuotaProject()) {
147 private function getQuotaProject() function in Google\\Auth\\Middleware\\ProxyAuthTokenMiddleware
150 return $this->fetcher->getQuotaProject();