2014-11-14 19:31:03 -07:00
|
|
|
|
|
2014-07-01 21:57:18 -07:00
|
|
|
|
namespace MediaBrowser.Controller.Net
|
|
|
|
|
{
|
|
|
|
|
public interface IAuthService
|
|
|
|
|
{
|
2014-11-14 19:31:03 -07:00
|
|
|
|
void Authenticate(IServiceRequest request,
|
|
|
|
|
IAuthenticationAttributes authAttribtues);
|
2014-07-01 21:57:18 -07:00
|
|
|
|
}
|
|
|
|
|
}
|