mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-04 03:27:21 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			211 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			211 B
		
	
	
	
		
			C#
		
	
	
	
	
	
using MediaBrowser.Model.Services;
 | 
						|
 | 
						|
namespace MediaBrowser.Controller.Net
 | 
						|
{
 | 
						|
    public interface IAuthService
 | 
						|
    {
 | 
						|
        void Authenticate(IRequest request, IAuthenticationAttributes authAttribtues);
 | 
						|
    }
 | 
						|
}
 |