mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 09:14:45 +03:00
Update Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs
Co-authored-by: artiume <siderite@gmail.com>
This commit is contained in:
@@ -271,7 +271,7 @@ namespace Emby.Server.Implementations.HttpServer.Security
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Get the authorization header components.
|
/// Get the authorization header components.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="authtorizationHeader">The authorization header.</param>
|
/// <param name="authorizationHeader">The authorization header.</param>
|
||||||
/// <returns>string</returns>
|
/// <returns>string</returns>
|
||||||
public static Dictionary<string, string> GetParts(string authtorizationHeader)
|
public static Dictionary<string, string> GetParts(string authtorizationHeader)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user