Newsbot.Collector/Newsbot.Collector.Domain/Models/Config/JwtSettings.cs

6 lines
119 B
C#

namespace Newsbot.Collector.Domain.Models.Config;
public class JwtSettings
{
public string? Secret { get; set; }
}