mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
9 lines
198 B
C#
9 lines
198 B
C#
|
|
namespace MediaBrowser.Controller.Net
|
|
{
|
|
public interface IAuthService
|
|
{
|
|
void Authenticate(IServiceRequest request,
|
|
IAuthenticationAttributes authAttribtues);
|
|
}
|
|
}
|