Home
last modified time | relevance | path

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

/external/grpc-grpc/examples/protos/
Dauth_sample.proto36 string oauth_scope = 3; field
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DSimpleResponse.php36 private $oauth_scope = ''; variable in Grpc\\Testing\\SimpleResponse
/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/
Dmessages.proto71 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/src/proto/grpc/testing/
Dmessages.proto90 string oauth_scope = 3; field
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/
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/test/cpp/interop/
Dinterop_client.cc206 const grpc::string& oauth_scope) { in DoComputeEngineCreds()
230 const grpc::string& oauth_scope) { in DoOauth2AuthToken()