Home
last modified time | relevance | path

Searched defs:oauthScope (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DInteropClient.cs324 …eEngineCreds(TestService.TestServiceClient client, string defaultServiceAccount, string oauthScope) in RunComputeEngineCreds()
365 … static async Task RunOAuth2AuthTokenAsync(TestService.TestServiceClient client, string oauthScope) in RunOAuth2AuthTokenAsync()
386 …blic static async Task RunPerRpcCredsAsync(TestService.TestServiceClient client, string oauthScope) in RunPerRpcCredsAsync()
/third_party/grpc/tools/http2_interop/
Dhttp2interop_test.go40 oauthScope = flag.String("oauth_scope", "", "Unused") var