Created
January 19, 2018 16:42
-
-
Save JaykeOps/71bd1d9e1819aea7cffa88735d6f5b0e to your computer and use it in GitHub Desktop.
ResourceRequirement
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 Microsoft.AspNetCore.Authorization; | |
namespace OpenBlog.Api.Authorization.Requirements | |
{ | |
public class ResourceOwnerRequirement : IAuthorizationRequirement | |
{ | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment