Searched refs:GetApplicationDefaultAsync (Results 1 – 2 of 2) sorted by relevance
41 public static async Task<ChannelCredentials> GetApplicationDefaultAsync() in GetApplicationDefaultAsync() method in Grpc.Auth.GoogleGrpcCredentials43 … var googleCredential = await GoogleCredential.GetApplicationDefaultAsync().ConfigureAwait(false); in GetApplicationDefaultAsync()
121 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()