This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Collections.Generic; | |
using System.Threading.Tasks; | |
using Microsoft.AspNetCore.Authorization; | |
namespace DamienBraillard.AspNetCoreSimpleRoleAuthorization | |
{ | |
/// <summary> | |
/// Defines the base functionality of the class used to provide applicative roles for a user when using the simple role | |
/// authorization. | |
/// </summary> |