LANCommander/LANCommander.SDK/Models/AuthenticationProvider.cs

9 lines
224 B
C#
Raw Permalink Normal View History

2025-01-03 00:55:22 -06:00
namespace LANCommander.SDK.Models;
public class AuthenticationProvider
{
public string Name { get; set; }
public string Slug { get; set; }
public string Color { get; set; }
public string Icon { get; set; }
}