Home
last modified time | relevance | path

Searched refs:onAppEngineFlexible (Results 1 – 2 of 2) sorted by path

/plugin/authgooglesheets/vendor/google/auth/src/
H A DApplicationDefaultCredentials.php182 } elseif (AppIdentityCredentials::onAppEngine() && !GCECredentials::onAppEngineFlexible()) {
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DGCECredentials.php300 public static function onAppEngineFlexible() function in Google\\Auth\\Credentials\\GCECredentials