jellyfin/MediaBrowser.Controller/Net/IAuthService.cs
2014-11-14 21:31:03 -05:00

10 lines
198 B
C#

namespace MediaBrowser.Controller.Net
{
public interface IAuthService
{
void Authenticate(IServiceRequest request,
IAuthenticationAttributes authAttribtues);
}
}