CodeLiturgy.Dashboard/BlueWest.Api/Users/Auth/AuthSettings.cs

6 lines
113 B
C#
Raw Normal View History

2022-09-10 00:33:17 +03:00
namespace BlueWest.WebApi.Context.Users;
public class AuthSettings
{
public string SecretKey { get; set; }
}