diff options
Diffstat (limited to 'VPNAuth.Server/Config.cs')
-rw-r--r-- | VPNAuth.Server/Config.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/VPNAuth.Server/Config.cs b/VPNAuth.Server/Config.cs index 84b01ef..32e72fa 100644 --- a/VPNAuth.Server/Config.cs +++ b/VPNAuth.Server/Config.cs @@ -6,14 +6,6 @@ public class ConfigUser { public string? Username { get; set; } public List<string>? Ips { get; set; } - - public string? Sub { get; set; } - public string? Name { get; set; } - public string? GivenName { get; set; } - public string? FamilyName { get; set; } - public string? PreferredUsername { get; set; } - public string? Email { get; set; } - public string? Picture { get; set; } } public class ConfigApp |