aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Auth/BaseAuthorizationHandler.cs
diff options
context:
space:
mode:
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>