Newer
Older
Warehouse / src / Infrastructure / Authentication / External / Model / ExternalAuthenticationProvider.cs
@Derek Comartin Derek Comartin on 22 Aug 2023 130 bytes Init
namespace MyWarehouse.Infrastructure.Authentication.External.Model;

public enum ExternalAuthenticationProvider
{
    Google
}