Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DAppIdentityCredentials.php97 public static function onAppEngine() function in Google\\Auth\\Credentials\\AppIdentityCredentials
231 …if (!self::onAppEngine() || !class_exists('google\appengine\api\app_identity\AppIdentityService'))…
/plugin/authgooglesheets/vendor/google/auth/src/
H A DApplicationDefaultCredentials.php182 } elseif (AppIdentityCredentials::onAppEngine() && !GCECredentials::onAppEngineFlexible()) {