Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DAppIdentityCredentials.php25 use google\appengine\api\app_identity\AppIdentityService; alias
136 $token = AppIdentityService::getAccessToken($this->scope);
156 return base64_encode(AppIdentityService::signForApp($stringToSign)['signature']);
176 return AppIdentityService::getApplicationId();
194 $this->clientName = AppIdentityService::getServiceAccountName();