Searched refs:GCECredentials (Results 1 – 4 of 4) sorted by relevance
20 use Google\Auth\Credentials\GCECredentials; alias69 return GCECredentials::onGce($httpHandler);76 $onGce = GCECredentials::onGce($httpHandler);
22 use Google\Auth\Credentials\GCECredentials; alias182 } elseif (AppIdentityCredentials::onAppEngine() && !GCECredentials::onAppEngineFlexible()) {185 $creds = new GCECredentials(null, $anyScope, null, $quotaProject);299 $creds = new GCECredentials(null, null, $targetAudience);
137 if ($this->fetcher instanceof Credentials\GCECredentials) {
58 class GCECredentials extends CredentialsLoader implements class