Newer
Older
Warehouse / src / Infrastructure / Authentication / Settings / ExternalAuthenticationSettings.cs
@Derek Comartin Derek Comartin on 22 Aug 2023 163 bytes Init
namespace MyWarehouse.Infrastructure.Authentication.Settings;

public class ExternalAuthenticationSettings
{
    public string? GoogleClientId { get; init; }
}