initial commit
This commit is contained in:
9
packages/backend/Models/Options/AuthenticationOptions.cs
Normal file
9
packages/backend/Models/Options/AuthenticationOptions.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace YaleAccess.Models.Options
|
||||
{
|
||||
public class AuthenticationOptions
|
||||
{
|
||||
public const string Authentication = "Authentication";
|
||||
|
||||
public string Password { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user