Renamed RefreshAzureToken to RefreshAuthToken. Changed provider value to authenticationType. (#1183)

This commit is contained in:
Justin M
2021-03-29 15:08:09 -07:00
committed by GitHub
parent 2badd8e728
commit c483cea88c
2 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ namespace Microsoft.Kusto.ServiceLayer.DataSource
private void RefreshAuthToken()
{
string accountToken = ConnectionService.Instance.RefreshAzureToken(_ownerUri);
string accountToken = ConnectionService.Instance.RefreshAuthToken(_ownerUri);
_kustoQueryProvider.Dispose();
_kustoAdminProvider.Dispose();