Skip to content

Commit

Permalink
remove GetConfigValue with type parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
isra-fel committed Mar 16, 2022
1 parent ec77c3c commit 206bc6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Authentication.Abstractions/Interfaces/IConfigManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ public interface IConfigManager
/// <returns>Value of the config, or the default value if never set.</returns>
T GetConfigValue<T>(string key, InvocationInfo invocation = null);

object GetConfigValue(Type type, string key, InvocationInfo invocation = null);

/// <summary>
/// List all configs with values.
/// </summary>
Expand Down

0 comments on commit 206bc6d

Please sign in to comment.