Home
last modified time | relevance | path

Searched defs:oauth_scope (Results 1 – 10 of 10) sorted by relevance

/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/php/tests/qps/generated_code/Grpc/Testing/
DSimpleResponse.php36 protected $oauth_scope = ''; variable in Grpc\\Testing\\SimpleResponse
/external/grpc-grpc/src/php/tests/interop/Grpc/Testing/
DSimpleResponse.php36 protected $oauth_scope = ''; variable in Grpc\\Testing\\SimpleResponse
/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
/external/grpc-grpc/test/cpp/interop/
Dinterop_client.cc275 const std::string& oauth_scope) { in DoComputeEngineCreds()
299 const std::string& oauth_scope) { in DoOauth2AuthToken()