Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Auth/
DGoogleGrpcCredentials.cs41 public static async Task<ChannelCredentials> GetApplicationDefaultAsync() in GetApplicationDefaultAsync() method in Grpc.Auth.GoogleGrpcCredentials
43 … var googleCredential = await GoogleCredential.GetApplicationDefaultAsync().ConfigureAwait(false); in GetApplicationDefaultAsync()
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DInteropClient.cs121 var googleCredential = await GoogleCredential.GetApplicationDefaultAsync(); in CreateCredentialsAsync()
128 var googleCredential = await GoogleCredential.GetApplicationDefaultAsync(); in CreateCredentialsAsync()
368 …ITokenAccess credential = (await GoogleCredential.GetApplicationDefaultAsync()).CreateScoped(new[]… in RunOAuth2AuthTokenAsync()
389 ITokenAccess googleCredential = await GoogleCredential.GetApplicationDefaultAsync(); in RunPerRpcCredsAsync()