Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DGCECredentials.php515 $this->projectId = $this->getFromMetadata($httpHandler, self::getProjectIdUri());
526 private function getFromMetadata(callable $httpHandler, $uri) function in Google\\Auth\\Credentials\\GCECredentials