Home
last modified time | relevance | path

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

/third_party/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;
/third_party/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;
/third_party/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)
/third_party/grpc/src/python/grpcio_tests/tests/interop/
Dclient.py81 scopes=[args.oauth_scope])
86 scopes=[args.oauth_scope])
114 scopes=[args.oauth_scope])
Dmethods.py376 if args.oauth_scope.find(response.oauth_scope) == -1:
379 response.oauth_scope, args.oauth_scope))
395 scopes=[args.oauth_scope])
/third_party/grpc/test/cpp/interop/
Dinterop_client.h92 const std::string& oauth_scope);
95 const std::string& oauth_scope);
Dinterop_client.cc210 const std::string& oauth_scope) { in DoComputeEngineCreds() argument
223 gpr_log(GPR_DEBUG, "Got oauth_scope %s", response.oauth_scope().c_str()); in DoComputeEngineCreds()
226 GPR_ASSERT(!response.oauth_scope().empty()); in DoComputeEngineCreds()
227 const char* oauth_scope_str = response.oauth_scope().c_str(); in DoComputeEngineCreds()
228 GPR_ASSERT(oauth_scope.find(oauth_scope_str) != std::string::npos); in DoComputeEngineCreds()
234 const std::string& oauth_scope) { in DoOauth2AuthToken() argument
251 GPR_ASSERT(!response.oauth_scope().empty()); in DoOauth2AuthToken()
253 const char* oauth_scope_str = response.oauth_scope().c_str(); in DoOauth2AuthToken()
254 GPR_ASSERT(oauth_scope.find(oauth_scope_str) != std::string::npos); in DoOauth2AuthToken()
Dclient_helper.cc48 DECLARE_string(oauth_scope);
Dclient.cc81 DEFINE_string(oauth_scope, "", "Scope for OAuth tokens.");
/third_party/grpc/src/python/grpcio_tests/tests_aio/interop/
Dmethods.py347 if args.oauth_scope.find(response.oauth_scope) == -1:
350 response.oauth_scope, args.oauth_scope))
367 scopes=[args.oauth_scope])
/third_party/grpc/examples/protos/
Dauth_sample.proto36 string oauth_scope = 3; field
/third_party/grpc/doc/
Dinterop-test-descriptions.md34 * --oauth_scope=SCOPE
518 `--oauth_scope` with the OAuth scope to use. For testing against
521 be passed in as `--oauth_scope`.
547 * received SimpleResponse.oauth_scope is in `--oauth_scope`
614 - uses the flag `--oauth_scope` for the oauth scope. For testing against
616 should be passed as the `--oauth_scope`.
641 * received SimpleResponse.oauth_scope is in `--oauth_scope`
655 - optionally uses the flag `--oauth_scope` for the oauth scope if implementer
1216 authenticated via OAuth, then the SimpleResponse should have oauth_scope filled
/third_party/grpc/src/objective-c/examples/RemoteTestClient/
Dmessages.proto71 string oauth_scope = 3; field
/third_party/grpc/src/objective-c/tests/RemoteTestClient/
Dmessages.proto94 string oauth_scope = 3; field
/third_party/grpc/src/proto/grpc/testing/
Dmessages.proto111 string oauth_scope = 3; field