namespace Jellyfin.Api.Constants; /// /// Authentication schemes for user authentication in the API. /// public static class AuthenticationSchemes { /// /// Scheme name for the custom legacy authentication. /// public const string CustomAuthentication = "CustomAuthentication"; }