Home
last modified time | relevance | path

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

/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DSimpleResponse.php36 private $oauth_scope = ''; variable in Grpc\\Testing\\SimpleResponse
105 return $this->oauth_scope;
118 $this->oauth_scope = $var;
/external/grpc-grpc/src/ruby/pb/test/
Dclient.rb122 unless opts.oauth_scope.nil?
123 auth_creds = Google::Auth.get_application_default(opts.oauth_scope)
130 auth_creds = Google::Auth.get_application_default(opts.oauth_scope)
314 if @args.oauth_scope.nil?
324 @args.oauth_scope.include?(resp.oauth_scope)
350 @args.oauth_scope.include?(resp.oauth_scope)
355 auth_creds = Google::Auth.get_application_default(@args.oauth_scope)
369 @args.oauth_scope.include?(resp.oauth_scope)
/external/grpc-grpc/test/cpp/interop/
Dinterop_client.h86 const grpc::string& oauth_scope);
89 const grpc::string& oauth_scope);
Dinterop_client.cc206 const grpc::string& oauth_scope) { in DoComputeEngineCreds() argument
219 gpr_log(GPR_DEBUG, "Got oauth_scope %s", response.oauth_scope().c_str()); in DoComputeEngineCreds()
222 GPR_ASSERT(!response.oauth_scope().empty()); in DoComputeEngineCreds()
223 const char* oauth_scope_str = response.oauth_scope().c_str(); in DoComputeEngineCreds()
224 GPR_ASSERT(oauth_scope.find(oauth_scope_str) != grpc::string::npos); in DoComputeEngineCreds()
230 const grpc::string& oauth_scope) { in DoOauth2AuthToken() argument
247 GPR_ASSERT(!response.oauth_scope().empty()); in DoOauth2AuthToken()
249 const char* oauth_scope_str = response.oauth_scope().c_str(); in DoOauth2AuthToken()
250 GPR_ASSERT(oauth_scope.find(oauth_scope_str) != grpc::string::npos); in DoOauth2AuthToken()
Dclient_helper.cc48 DECLARE_string(oauth_scope);
Dclient.cc79 DEFINE_string(oauth_scope, "", "Scope for OAuth tokens.");
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dclient.py73 scopes=[args.oauth_scope])
79 scopes=[args.oauth_scope])
Dmethods.py430 if args.oauth_scope.find(response.oauth_scope) == -1:
433 response.oauth_scope, args.oauth_scope))
449 scopes=[args.oauth_scope])
/external/grpc-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 implementator
1141 authenticated via OAuth, then the SimpleResponse should have oauth_scope filled
/external/grpc-grpc/examples/protos/
Dauth_sample.proto36 string oauth_scope = 3; field
/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/
Dmessages.proto71 string oauth_scope = 3; field
/external/grpc-grpc/src/proto/grpc/testing/
Dmessages.proto90 string oauth_scope = 3; field
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dmessages.proto94 string oauth_scope = 3; field
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/
Dmessages.proto93 string oauth_scope = 3; field
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/
Dmessages.proto94 string oauth_scope = 3; field