Searched refs:creds_type (Results 1 – 3 of 3) sorted by relevance
/external/python/oauth2client/oauth2client/ |
D | service_account.py | 170 creds_type = keyfile_dict.get('type') 171 if creds_type != client.SERVICE_ACCOUNT: 172 raise ValueError('Unexpected credentials type', creds_type,
|
/external/grpc-grpc/test/cpp/end2end/ |
D | end2end_test.cc | 197 TestScenario(bool proxy, bool inproc_stub, const grpc::string& creds_type) in TestScenario() argument 198 : use_proxy(proxy), inproc(inproc_stub), credentials_type(creds_type) {} in TestScenario()
|
D | async_end2end_test.cc | 219 TestScenario(bool inproc_stub, const grpc::string& creds_type, bool hcs, in TestScenario() argument 223 credentials_type(creds_type), in TestScenario()
|