/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | SimpleResponse.php | 36 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/ |
D | client.rb | 125 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/ |
D | SimpleResponse.php | 36 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/ |
D | client.py | 102 scopes=[args.oauth_scope] 108 scopes=[args.oauth_scope] 147 scopes=[args.oauth_scope]
|
D | methods.py | 417 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/ |
D | interop_client.h | 105 const std::string& oauth_scope); 108 const std::string& oauth_scope);
|
D | interop_client.cc | 275 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()
|
D | client_helper.cc | 43 ABSL_DECLARE_FLAG(std::string, oauth_scope);
|
D | client.cc | 94 ABSL_FLAG(std::string, oauth_scope, "", "Scope for OAuth tokens.");
|
D | observability_client.cc | 97 ABSL_FLAG(std::string, oauth_scope, "", "Scope for OAuth tokens.");
|
/external/grpc-grpc/src/python/grpcio_tests/tests_aio/interop/ |
D | methods.py | 397 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/ |
D | auth_sample.proto | 36 string oauth_scope = 3; field
|
/external/grpc-grpc/doc/ |
D | interop-test-descriptions.md | 34 * --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/ |
D | messages.proto | 71 string oauth_scope = 3; field
|
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/ |
D | messages.proto | 94 string oauth_scope = 3; field
|
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/ |
D | messages.proto | 94 string oauth_scope = 3; field
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/ |
D | messages.proto | 119 string oauth_scope = 3; field
|
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/ |
D | messages.proto | 116 string oauth_scope = 3; field
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | messages.proto | 115 string oauth_scope = 3; field
|