aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Auth/BaseAuthorizationHandler.cs
diff options
context:
space:
mode:
authorcvium <clausvium@gmail.com>2021-09-10 11:44:50 +0200
committercvium <clausvium@gmail.com>2021-09-10 11:44:50 +0200
commit6637a3096a1256caf50377faa66a35d9c1af9115 (patch)
tree14fd663ba771bf83daeffe3fa75f86570a530fef /Jellyfin.Api/Auth/BaseAuthorizationHandler.cs
parent8496d7638ab7823169c220b615289c401cefa9a0 (diff)
Remove the dependency on BaseAuthorizationHandler
Diffstat (limited to 'Jellyfin.Api/Auth/BaseAuthorizationHandler.cs')
-rw-r--r--Jellyfin.Api/Auth/BaseAuthorizationHandler.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/Jellyfin.Api/Auth/BaseAuthorizationHandler.cs b/Jellyfin.Api/Auth/BaseAuthorizationHandler.cs
index 62d590b18..13d3257df 100644
--- a/Jellyfin.Api/Auth/BaseAuthorizationHandler.cs
+++ b/Jellyfin.Api/Auth/BaseAuthorizationHandler.cs
@@ -37,16 +37,6 @@ namespace Jellyfin.Api.Auth
}
/// <summary>
- /// Gets a value indicating <see cref="INetworkManager"/> being used.
- /// </summary>
- protected INetworkManager NetworkManager => _networkManager;
-
- /// <summary>
- /// Gets a value indicating the <see cref="HttpContextAccessor"/> being used.
- /// </summary>
- protected IHttpContextAccessor HttpContextAccessor => _httpContextAccessor;
-
- /// <summary>
/// Validate authenticated claims.
/// </summary>
/// <param name="claimsPrincipal">Request claims.</param>