10 lines
198 B
C#
10 lines
198 B
C#
|
|
namespace MediaBrowser.Controller.Net
|
|
{
|
|
public interface IAuthService
|
|
{
|
|
void Authenticate(IServiceRequest request,
|
|
IAuthenticationAttributes authAttribtues);
|
|
}
|
|
}
|