HomeSort by relevance Sort by last modified time
    Searched refs:oauth_scope (Results 1 - 13 of 13) sorted by null

  /external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
SimpleResponse.php 34 * Generated from protobuf field <code>string oauth_scope = 3;</code>
36 private $oauth_scope = ''; variable
100 * Generated from protobuf field <code>string oauth_scope = 3;</code>
105 return $this->oauth_scope;
111 * Generated from protobuf field <code>string oauth_scope = 3;</code>
118 $this->oauth_scope = $var; variable
  /external/grpc-grpc/test/cpp/interop/
interop_client.h 86 const grpc::string& oauth_scope);
89 const grpc::string& oauth_scope);
client_helper.cc 48 DECLARE_string(oauth_scope); variable
interop_client.cc 206 const grpc::string& oauth_scope) {
219 gpr_log(GPR_DEBUG, "Got oauth_scope %s", response.oauth_scope().c_str());
222 GPR_ASSERT(!response.oauth_scope().empty());
223 const char* oauth_scope_str = response.oauth_scope().c_str();
224 GPR_ASSERT(oauth_scope.find(oauth_scope_str) != grpc::string::npos);
230 const grpc::string& oauth_scope) {
247 GPR_ASSERT(!response.oauth_scope().empty());
249 const char* oauth_scope_str = response.oauth_scope().c_str();
250 GPR_ASSERT(oauth_scope.find(oauth_scope_str) != grpc::string::npos)
    [all...]
client.cc 79 DEFINE_string(oauth_scope, "", "Scope for OAuth tokens.");
  /external/grpc-grpc/src/python/grpcio_tests/tests/interop/
client.py 61 '--oauth_scope', type=str, help='scope for OAuth tokens')
73 scopes=[args.oauth_scope])
79 scopes=[args.oauth_scope])
methods.py 430 if args.oauth_scope.find(response.oauth_scope) == -1:
433 response.oauth_scope, args.oauth_scope))
449 scopes=[args.oauth_scope])
  /external/grpc-grpc/src/ruby/pb/test/
client.rb 122 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
    [all...]
  /external/grpc-grpc/src/ruby/pb/src/proto/grpc/testing/
messages_pb.rb 31 optional :oauth_scope, :string, 3
  /external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
messages_pb.rb 31 optional :oauth_scope, :string, 3
  /external/grpc-grpc/tools/http2_interop/
http2interop_test.go 26 oauthScope = flag.String("oauth_scope", "", "Unused")
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
InteropClient.cs 68 [Option("oauth_scope", Required = false)]
Messages.cs     [all...]

Completed in 554 milliseconds