mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-10-31 02:27:18 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			278 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			278 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using Microsoft.AspNetCore.Authorization;
 | |
| 
 | |
| namespace Jellyfin.Api.Auth.DefaultAuthorizationPolicy
 | |
| {
 | |
|     /// <summary>
 | |
|     /// The default authorization requirement.
 | |
|     /// </summary>
 | |
|     public class DefaultAuthorizationRequirement : IAuthorizationRequirement
 | |
|     {
 | |
|     }
 | |
| }
 |