Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DInteropClient.cs165 await RunOAuth2AuthTokenAsync(client, options.OAuthScope); in RunTestCaseAsync()
362 …public static async Task RunOAuth2AuthTokenAsync(TestService.TestServiceClient client, string oaut… in RunOAuth2AuthTokenAsync() method in Grpc.IntegrationTesting.InteropClient