Home
last modified time | relevance | path

Searched refs:ServiceAccountCredentials (Results 1 – 25 of 232) sorted by relevance

12345678910

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/auth/tests/
H A DApplicationDefaultCredentialsTest.php22 use Google\Auth\Credentials\ServiceAccountCredentials; alias
40 putenv(ServiceAccountCredentials::ENV_VAR); // removes it from
49 putenv(ServiceAccountCredentials::ENV_VAR . '=' . $keyFile);
56 putenv(ServiceAccountCredentials::ENV_VAR . '=' . $keyFile);
130 putenv(ServiceAccountCredentials::ENV_VAR . '=' . $keyFile);
137 putenv(ServiceAccountCredentials::ENV_VAR . '=' . $keyFile);
167 putenv(ServiceAccountCredentials::ENV_VAR . '=' . $keyFile);
216 putenv(ServiceAccountCredentials::ENV_VAR);
276 putenv(ServiceAccountCredentials::ENV_VAR . '=' . $keyFile);
283 putenv(ServiceAccountCredentials::ENV_VAR . '=' . $keyFile);
[all …]
H A DFetchAuthTokenTest.php22 use Google\Auth\Credentials\ServiceAccountCredentials; alias
85 ['Google\Auth\Credentials\ServiceAccountCredentials'],
135 'Google\Auth\Credentials\ServiceAccountCredentials'
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/auth/tests/Credentials/
H A DServiceAccountCredentialsTest.php46 $sa = new ServiceAccountCredentials(
61 $sa = new ServiceAccountCredentials(
77 $sa = new ServiceAccountCredentials(
100 $sa = new ServiceAccountCredentials(
114 $sa = new ServiceAccountCredentials(
128 $sa = new ServiceAccountCredentials(
261 $sa = new ServiceAccountCredentials(
278 $sa = new ServiceAccountCredentials(
293 $sa = new ServiceAccountCredentials(
310 $sa = new ServiceAccountCredentials(
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-appstream/include/aws/appstream/model/
H A DServiceAccountCredentials.h32 class AWS_APPSTREAM_API ServiceAccountCredentials
35 ServiceAccountCredentials();
36 ServiceAccountCredentials(Aws::Utils::Json::JsonView jsonValue);
37 ServiceAccountCredentials& operator=(Aws::Utils::Json::JsonView jsonValue);
87 …inline ServiceAccountCredentials& WithAccountName(const Aws::String& value) { SetAccountName(value… in WithAccountName()
95 …inline ServiceAccountCredentials& WithAccountName(Aws::String&& value) { SetAccountName(std::move(… in WithAccountName()
103 …inline ServiceAccountCredentials& WithAccountName(const char* value) { SetAccountName(value); retu… in WithAccountName()
134 …inline ServiceAccountCredentials& WithAccountPassword(const Aws::String& value) { SetAccountPasswo… in WithAccountPassword()
139 …inline ServiceAccountCredentials& WithAccountPassword(Aws::String&& value) { SetAccountPassword(st… in WithAccountPassword()
144 …inline ServiceAccountCredentials& WithAccountPassword(const char* value) { SetAccountPassword(valu… in WithAccountPassword()
H A DUpdateDirectoryConfigRequest.h139 …inline const ServiceAccountCredentials& GetServiceAccountCredentials() const{ return m_serviceAcco… in GetServiceAccountCredentials()
151 …inline void SetServiceAccountCredentials(const ServiceAccountCredentials& value) { m_serviceAccoun… in SetServiceAccountCredentials()
157 …inline void SetServiceAccountCredentials(ServiceAccountCredentials&& value) { m_serviceAccountCred… in SetServiceAccountCredentials()
163 …dateDirectoryConfigRequest& WithServiceAccountCredentials(const ServiceAccountCredentials& value) … in WithServiceAccountCredentials()
169 …inline UpdateDirectoryConfigRequest& WithServiceAccountCredentials(ServiceAccountCredentials&& val… in WithServiceAccountCredentials()
179 ServiceAccountCredentials m_serviceAccountCredentials;
H A DCreateDirectoryConfigRequest.h147 …inline const ServiceAccountCredentials& GetServiceAccountCredentials() const{ return m_serviceAcco… in GetServiceAccountCredentials()
159 …inline void SetServiceAccountCredentials(const ServiceAccountCredentials& value) { m_serviceAccoun… in SetServiceAccountCredentials()
165 …inline void SetServiceAccountCredentials(ServiceAccountCredentials&& value) { m_serviceAccountCred… in SetServiceAccountCredentials()
171 …eateDirectoryConfigRequest& WithServiceAccountCredentials(const ServiceAccountCredentials& value) … in WithServiceAccountCredentials()
177 …inline CreateDirectoryConfigRequest& WithServiceAccountCredentials(ServiceAccountCredentials&& val… in WithServiceAccountCredentials()
187 ServiceAccountCredentials m_serviceAccountCredentials;
H A DDirectoryConfig.h152 …inline const ServiceAccountCredentials& GetServiceAccountCredentials() const{ return m_serviceAcco… in GetServiceAccountCredentials()
164 …inline void SetServiceAccountCredentials(const ServiceAccountCredentials& value) { m_serviceAccoun… in SetServiceAccountCredentials()
170 …inline void SetServiceAccountCredentials(ServiceAccountCredentials&& value) { m_serviceAccountCred… in SetServiceAccountCredentials()
176 …inline DirectoryConfig& WithServiceAccountCredentials(const ServiceAccountCredentials& value) { Se… in WithServiceAccountCredentials()
182 …inline DirectoryConfig& WithServiceAccountCredentials(ServiceAccountCredentials&& value) { SetServ… in WithServiceAccountCredentials()
223 ServiceAccountCredentials m_serviceAccountCredentials;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-appstream/source/model/
H A DServiceAccountCredentials.cpp21 ServiceAccountCredentials::ServiceAccountCredentials() : in ServiceAccountCredentials() function in Aws::AppStream::Model::ServiceAccountCredentials
27 ServiceAccountCredentials::ServiceAccountCredentials(JsonView jsonValue) : in ServiceAccountCredentials() function in Aws::AppStream::Model::ServiceAccountCredentials
34 ServiceAccountCredentials& ServiceAccountCredentials::operator =(JsonView jsonValue) in operator =()
53 JsonValue ServiceAccountCredentials::Jsonize() const in Jsonize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/oauth2client/tests/
H A Dtest_service_account.py33 from oauth2client.service_account import ServiceAccountCredentials
57 self.credentials = ServiceAccountCredentials(
66 creds = ServiceAccountCredentials('name@email.com',
108 return ServiceAccountCredentials.from_json_keyfile_name(
141 self.assertIsInstance(creds, ServiceAccountCredentials)
176 ServiceAccountCredentials.from_p12_keyfile_buffer(
181 self.assertIsInstance(creds, ServiceAccountCredentials)
197 ServiceAccountCredentials.from_p12_keyfile(
222 self.credentials = ServiceAccountCredentials(
235 ServiceAccountCredentials)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/oauth2client/scripts/
H A Drun_system_tests.py21 from oauth2client.service_account import ServiceAccountCredentials
69 credentials = ServiceAccountCredentials.from_json_keyfile_name(
76 credentials = ServiceAccountCredentials.from_p12_keyfile(
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/storage/oauth2/
H A Dservice_account_credentials.h132 class ServiceAccountCredentials : public Credentials {
135 explicit ServiceAccountCredentials(ServiceAccountCredentialsInfo info) in ServiceAccountCredentials() function
136 : ServiceAccountCredentials(std::move(info), {}) {} in ServiceAccountCredentials()
137 ServiceAccountCredentials(ServiceAccountCredentialsInfo info, in ServiceAccountCredentials() function
H A Dgoogle_credentials_test.cc310 EXPECT_EQ(typeid(*ptr3), typeid(ServiceAccountCredentials<>));
324 EXPECT_EQ(typeid(*ptr), typeid(ServiceAccountCredentials<>)); in TEST_F()
354 EXPECT_EQ(typeid(*ptr), typeid(ServiceAccountCredentials<>)); in TEST_F()
369 EXPECT_EQ(typeid(*ptr), typeid(ServiceAccountCredentials<>)); in TEST_F()
385 EXPECT_EQ(typeid(*ptr), typeid(ServiceAccountCredentials<>)); in TEST_F()
426 EXPECT_EQ(typeid(*ptr), typeid(ServiceAccountCredentials<>)); in TEST_F()
565 EXPECT_EQ(typeid(*ptr), typeid(ServiceAccountCredentials<>)); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/gslib/
H A Dgcs_json_credentials.py39 from oauth2client.service_account import ServiceAccountCredentials
144 elif isinstance(credentials, ServiceAccountCredentials):
197 return ServiceAccountCredentials.from_json_keyfile_dict(
210 return ServiceAccountCredentials.from_p12_keyfile_buffer(
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/oauth2client/tests/
H A Dtest_service_account.py58 self.credentials = service_account.ServiceAccountCredentials(
71 creds = service_account.ServiceAccountCredentials(
113 service_account.ServiceAccountCredentials
148 creds, service_account.ServiceAccountCredentials)
179 service_account.ServiceAccountCredentials.from_p12_keyfile(
190 creds, service_account.ServiceAccountCredentials)
208 service_account.ServiceAccountCredentials.from_p12_keyfile(
233 self.credentials = service_account.ServiceAccountCredentials(
252 creds = service_account.ServiceAccountCredentials(
264 creds = service_account.ServiceAccountCredentials(
[all …]
/dports/security/py-oauth2client/oauth2client-4.1.3/tests/
H A Dtest_service_account.py58 self.credentials = service_account.ServiceAccountCredentials(
71 creds = service_account.ServiceAccountCredentials(
113 service_account.ServiceAccountCredentials
148 creds, service_account.ServiceAccountCredentials)
179 service_account.ServiceAccountCredentials.from_p12_keyfile(
190 creds, service_account.ServiceAccountCredentials)
208 service_account.ServiceAccountCredentials.from_p12_keyfile(
233 self.credentials = service_account.ServiceAccountCredentials(
252 creds = service_account.ServiceAccountCredentials(
264 creds = service_account.ServiceAccountCredentials(
[all …]
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/storage/oauth2/
H A Dservice_account_credentials.h139 class ServiceAccountCredentials : public Credentials {
142 explicit ServiceAccountCredentials(ServiceAccountCredentialsInfo info) in ServiceAccountCredentials() function
143 : ServiceAccountCredentials(std::move(info), {}) {} in ServiceAccountCredentials()
144 ServiceAccountCredentials(ServiceAccountCredentialsInfo info, in ServiceAccountCredentials() function
H A Dgoogle_credentials_test.cc248 EXPECT_EQ(typeid(*ptr3), typeid(ServiceAccountCredentials<>));
262 EXPECT_EQ(typeid(*ptr), typeid(ServiceAccountCredentials<>)); in TEST_F()
292 EXPECT_EQ(typeid(*ptr), typeid(ServiceAccountCredentials<>)); in TEST_F()
307 EXPECT_EQ(typeid(*ptr), typeid(ServiceAccountCredentials<>)); in TEST_F()
323 EXPECT_EQ(typeid(*ptr), typeid(ServiceAccountCredentials<>)); in TEST_F()
364 EXPECT_EQ(typeid(*ptr), typeid(ServiceAccountCredentials<>)); in TEST_F()
504 EXPECT_EQ(typeid(*ptr), typeid(ServiceAccountCredentials<>)); in TEST_F()
/dports/net/py-gspread/gspread-5.1.1/gspread/
H A Dauth.py13 from google.oauth2.service_account import Credentials as ServiceAccountCredentials unknown
263 creds = ServiceAccountCredentials.from_service_account_file(filename, scopes=scopes)
288 creds = ServiceAccountCredentials.from_service_account_info(
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/appstream/types/
H A Dtypes.go128 ServiceAccountCredentials *ServiceAccountCredentials member
635 type ServiceAccountCredentials struct { struct
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/appstream/types/
H A Dtypes.go128 ServiceAccountCredentials *ServiceAccountCredentials member
626 type ServiceAccountCredentials struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/appstream/types/
H A Dtypes.go128 ServiceAccountCredentials *ServiceAccountCredentials member
626 type ServiceAccountCredentials struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/appstream/types/
H A Dtypes.go128 ServiceAccountCredentials *ServiceAccountCredentials member
626 type ServiceAccountCredentials struct { struct
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/appstream/types/
H A Dtypes.go128 ServiceAccountCredentials *ServiceAccountCredentials member
635 type ServiceAccountCredentials struct { struct
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/appstream/types/
H A Dtypes.go128 ServiceAccountCredentials *ServiceAccountCredentials member
635 type ServiceAccountCredentials struct { struct
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/appstream/types/
H A Dtypes.go128 ServiceAccountCredentials *ServiceAccountCredentials member
635 type ServiceAccountCredentials struct { struct

12345678910