Home
last modified time | relevance | path

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

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/auth/tests/Credentials/
H A DGCECredentialsTest.php20 use Google\Auth\Credentials\GCECredentials; alias
41 $this->assertFalse(GCECredentials::onGCE($httpHandler));
85 $g = new GCECredentials();
97 $g = new GCECredentials();
112 $g = new GCECredentials();
128 $g = new GCECredentials();
135 $creds = new GCECredentials;
149 $creds = new GCECredentials;
165 $creds = new GCECredentials;
201 $creds = new GCECredentials($iam->reveal());
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/auth/src/
H A DApplicationDefaultCredentials.php22 use Google\Auth\Credentials\GCECredentials; alias
161 } elseif (AppIdentityCredentials::onAppEngine() && !GCECredentials::onAppEngineFlexible()) {
163 } elseif (GCECredentials::onGce($httpHandler)) {
164 $creds = new GCECredentials();
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/auth/src/
H A DGCECache.php20 use Google\Auth\Credentials\GCECredentials; alias
79 return GCECredentials::onGce($httpHandler);
86 $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);
272 $creds = new GCECredentials(null, null, $targetAudience);
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/auth/tests/
H A DApplicationDefaultCredentialsTest.php21 use Google\Auth\Credentials\GCECredentials; alias
97 buildResponse(200, [GCECredentials::FLAVOR_HEADER => 'Google']),
195 buildResponse(200, [GCECredentials::FLAVOR_HEADER => 'Google']),
241 buildResponse(200, [GCECredentials::FLAVOR_HEADER => 'Google']),
339 buildResponse(200, [GCECredentials::FLAVOR_HEADER => 'Google']),
H A DFetchAuthTokenTest.php21 use Google\Auth\Credentials\GCECredentials; alias
84 ['Google\Auth\Credentials\GCECredentials'],
112 'Google\Auth\Credentials\GCECredentials'
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/auth/
H A DCHANGELOG.md11 * [fix]: add expires_at to GCECredentials (#314)
27 * [feat]: Add service account identity support to GCECredentials (#304)
32 * [feat]: Add caching for calls to GCECredentials::onGce (#301)
88 * [feat] Support custom scopes with GCECredentials. (#239)
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/auth/src/Credentials/
H A DGCECredentials.php54 class GCECredentials extends CredentialsLoader implements SignBlobInterface class
343 [GCECredentials::FLAVOR_HEADER => 'Google']
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/third_party/infra_libs/ts_mon/common/
H A Dmonitors.py46 return GCECredentials()
53 class GCECredentials(CredentialFactory): class
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gae_ts_mon/gae_ts_mon/common/
H A Dmonitors.py46 return GCECredentials()
53 class GCECredentials(CredentialFactory): class
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/bigtable/examples/
H A Dbigtable_grpc_credentials.cc94 void GCECredentials(std::vector<std::string> const& argv) { in GCECredentials() function
154 {"test-gce-credentials", GCECredentials}, in main()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/bigtable/examples/
H A Dbigtable_grpc_credentials.cc94 void GCECredentials(std::vector<std::string> const& argv) { in GCECredentials() function
154 {"test-gce-credentials", GCECredentials}, in main()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/auth/src/Credentials/
H A DGCECredentials.php58 class GCECredentials extends CredentialsLoader implements class
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient/
H A DUPGRADING.md305 - Otherwise, uses `GCECredentials`
322 [Google Auth GCE]: https://github.com/google/google-auth-library-php/blob/master/src/GCECredentials
/dports/devel/grpc130/grpc-1.30.2/doc/
H A Dinterop-test-descriptions.md529 1. Client configures channel to use GCECredentials
/dports/devel/grpc134/grpc-1.34.1/doc/
H A Dinterop-test-descriptions.md529 1. Client configures channel to use GCECredentials
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/doc/
H A Dinterop-test-descriptions.md529 1. Client configures channel to use GCECredentials
/dports/devel/grpc/grpc-1.42.0/doc/
H A Dinterop-test-descriptions.md532 1. Client configures channel to use GCECredentials