Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DInteropClient.cs321 …eEngineCreds(TestService.TestServiceClient client, string defaultServiceAccount, string oauthScope) in RunComputeEngineCreds()
362 … static async Task RunOAuth2AuthTokenAsync(TestService.TestServiceClient client, string oauthScope) in RunOAuth2AuthTokenAsync()
383 …blic static async Task RunPerRpcCredsAsync(TestService.TestServiceClient client, string oauthScope) in RunPerRpcCredsAsync()
/external/grpc-grpc/tools/http2_interop/
Dhttp2interop_test.go26 oauthScope = flag.String("oauth_scope", "", "Unused") var
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DTestServiceClient.java87 private String oauthScope; field in TestServiceClient
DAbstractInteropTest.java1673 public void computeEngineCreds(String serviceAccount, String oauthScope) throws Exception { in computeEngineCreds()
1748 public void perRpcCreds(String jsonKey, InputStream credentialsStream, String oauthScope) in perRpcCreds()