Rob / Entities /Config /Authentication.cs
danylokhodus's picture
Initial clean backend commit
70556b7
Raw
History Blame Contribute Delete
124 Bytes
namespace Entities.Config
{
public class Authentication
{
public GoogleAuth Google { get; set; }
}
}