Home
last modified time | relevance | path

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

/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DSimpleResponse.php36 protected $oauth_scope = ''; variable in Grpc\\Testing\\SimpleResponse
146 return $this->oauth_scope;
159 $this->oauth_scope = $var;
/external/grpc-grpc/src/ruby/pb/test/
Dclient.rb125 unless opts.oauth_scope.nil?
126 auth_creds = Google::Auth.get_application_default(opts.oauth_scope)
133 auth_creds = Google::Auth.get_application_default(opts.oauth_scope)
317 if @args.oauth_scope.nil?
327 @args.oauth_scope.include?(resp.oauth_scope)
353 @args.oauth_scope.include?(resp.oauth_scope)
358 auth_creds = Google::Auth.get_application_default(@args.oauth_scope)
372 @args.oauth_scope.include?(resp.oauth_scope)
/external/grpc-grpc/src/php/tests/interop/Grpc/Testing/
DSimpleResponse.php36 protected $oauth_scope = ''; variable in Grpc\\Testing\\SimpleResponse
156 return $this->oauth_scope;
169 $this->oauth_scope = $var;
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dclient.py102 scopes=[args.oauth_scope]
108 scopes=[args.oauth_scope]
147 scopes=[args.oauth_scope]
Dmethods.py417 if args.oauth_scope.find(response.oauth_scope) == -1:
420 response.oauth_scope, args.oauth_scope
439 scopes=[args.oauth_scope]
/external/grpc-grpc/test/cpp/interop/
Dinterop_client.h105 const std::string& oauth_scope);
108 const std::string& oauth_scope);
Dinterop_client.cc275 const std::string& oauth_scope) { in DoComputeEngineCreds() argument
288 gpr_log(GPR_DEBUG, "Got oauth_scope %s", response.oauth_scope().c_str()); in DoComputeEngineCreds()
291 GPR_ASSERT(!response.oauth_scope().empty()); in DoComputeEngineCreds()
292 const char* oauth_scope_str = response.oauth_scope().c_str(); in DoComputeEngineCreds()
293 GPR_ASSERT(absl::StrContains(oauth_scope, oauth_scope_str)); in DoComputeEngineCreds()
299 const std::string& oauth_scope) { in DoOauth2AuthToken() argument
316 GPR_ASSERT(!response.oauth_scope().empty()); in DoOauth2AuthToken()
318 const char* oauth_scope_str = response.oauth_scope().c_str(); in DoOauth2AuthToken()
319 GPR_ASSERT(absl::StrContains(oauth_scope, oauth_scope_str)); in DoOauth2AuthToken()
Dclient_helper.cc43 ABSL_DECLARE_FLAG(std::string, oauth_scope);
Dclient.cc94 ABSL_FLAG(std::string, oauth_scope, "", "Scope for OAuth tokens.");
Dobservability_client.cc97 ABSL_FLAG(std::string, oauth_scope, "", "Scope for OAuth tokens.");
/external/grpc-grpc/src/python/grpcio_tests/tests_aio/interop/
Dmethods.py397 if args.oauth_scope.find(response.oauth_scope) == -1:
400 response.oauth_scope, args.oauth_scope
421 scopes=[args.oauth_scope]
/external/grpc-grpc/examples/protos/
Dauth_sample.proto36 string oauth_scope = 3; field
/external/grpc-grpc/doc/
Dinterop-test-descriptions.md34 * --oauth_scope=SCOPE
533 `--oauth_scope` with the OAuth scope to use. For testing against
536 be passed in as `--oauth_scope`.
562 * received SimpleResponse.oauth_scope is in `--oauth_scope`
629 - uses the flag `--oauth_scope` for the oauth scope. For testing against
631 should be passed as the `--oauth_scope`.
656 * received SimpleResponse.oauth_scope is in `--oauth_scope`
670 - optionally uses the flag `--oauth_scope` for the oauth scope if implementer
1405 authenticated via OAuth, then the SimpleResponse should have oauth_scope filled
/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/
Dmessages.proto71 string oauth_scope = 3; field
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/
Dmessages.proto94 string oauth_scope = 3; field
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dmessages.proto94 string oauth_scope = 3; field
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dmessages.proto119 string oauth_scope = 3; field
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/
Dmessages.proto116 string oauth_scope = 3; field
/external/grpc-grpc/src/proto/grpc/testing/
Dmessages.proto115 string oauth_scope = 3; field