Skip to content

Commit

Permalink
Removed additional sso token cache code related
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jmartinezramirez committed Jul 5, 2024
1 parent d5ba90f commit 69d80c7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 50 deletions.
7 changes: 0 additions & 7 deletions Snowflake.Data/Core/Session/SFSession.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ public class SFSession

private readonly EasyLoggingStarter _easyLoggingStarter = EasyLoggingStarter.Instance;

internal readonly BrowserOperations _browserOperations = BrowserOperations.Instance;

private long _startTime = 0;
internal string ConnectionString { get; }
internal SecureString Password { get; }
Expand Down Expand Up @@ -265,11 +263,6 @@ internal SFSession(String connectionString, SecureString password, SecureString
this.restRequester = restRequester;
}

internal SFSession(String connectionString, SecureString password, IMockRestRequester restRequester, BrowserOperations browserOperations) : this(connectionString, password, restRequester)
{
_browserOperations = browserOperations;
}

internal Uri BuildUri(string path, Dictionary<string, string> queryParams = null)
{
UriBuilder uriBuilder = new UriBuilder();
Expand Down
43 changes: 0 additions & 43 deletions Snowflake.Data/Core/Tools/BrowserOperations.cs

This file was deleted.

0 comments on commit 69d80c7

Please sign in to comment.