Add project files
This commit is contained in:
parent
4dafed3553
commit
8cf01ead74
40 changed files with 3967 additions and 0 deletions
8
StalwartSimpleLoginMiddleware/Models/ApiKeyInput.cs
Normal file
8
StalwartSimpleLoginMiddleware/Models/ApiKeyInput.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
namespace StalwartSimpleLoginMiddleware.Models;
|
||||
|
||||
public class ApiKeyInput
|
||||
{
|
||||
public string OwnerEmail { get; set; }
|
||||
public bool IsAdmin { get; set; }
|
||||
public ICollection<MemberInput> Members { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue