Home
last modified time | relevance | path

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

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