Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/auth/src/
H A DGCECache.php20 use Google\Auth\Credentials\GCECredentials; alias
69 return GCECredentials::onGce($httpHandler);
76 $onGce = GCECredentials::onGce($httpHandler);
H A DApplicationDefaultCredentials.php22 use Google\Auth\Credentials\GCECredentials; alias
182 } elseif (AppIdentityCredentials::onAppEngine() && !GCECredentials::onAppEngineFlexible()) {
185 $creds = new GCECredentials(null, $anyScope, null, $quotaProject);
299 $creds = new GCECredentials(null, null, $targetAudience);
H A DFetchAuthTokenCache.php137 if ($this->fetcher instanceof Credentials\GCECredentials) {
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DGCECredentials.php58 class GCECredentials extends CredentialsLoader implements class