APi Scopes
This commit is contained in:
parent
4f8ccc919d
commit
be7df3d054
25 changed files with 823 additions and 116 deletions
9
src/Yavsc.Server/Models/YavscApiScope.cs
Normal file
9
src/Yavsc.Server/Models/YavscApiScope.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
using IdentityServer8.EntityFramework.Entities;
|
||||
|
||||
namespace Yavsc.Models
|
||||
{
|
||||
public class YavscApiScope : ApiScope
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue