Home
last modified time | relevance | path

Searched refs:OAuthScope (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DInteropClient.cs69 public string OAuthScope { get; set; } property in Grpc.IntegrationTesting.InteropClient.ClientOptions
159 … RunComputeEngineCreds(client, options.DefaultServiceAccount, options.OAuthScope); in RunTestCaseAsync()
165 await RunOAuth2AuthTokenAsync(client, options.OAuthScope); in RunTestCaseAsync()
168 await RunPerRpcCredsAsync(client, options.OAuthScope); in RunTestCaseAsync()