8 lines
No EOL
233 B
C#
8 lines
No EOL
233 B
C#
namespace StalwartSimpleLoginMiddleware.Models;
|
|
|
|
public class KeyMetadata
|
|
{
|
|
public string Domain { get; set; }
|
|
public ICollection<string> Members { get; set; }
|
|
public ICollection<string> ExternalMembers { get; set; }
|
|
} |