tgstation-server 6.4.1
The /tg/station 13 server suite
Loading...
Searching...
No Matches
OAuthProvider.cs
Go to the documentation of this file.
1using Newtonsoft.Json;
2using Newtonsoft.Json.Converters;
3
5{
9 [JsonConverter(typeof(StringEnumConverter))]
10 public enum OAuthProvider
11 {
15 GitHub,
16
20 Discord,
21
25 TGForums,
26
30 Keycloak,
31
35 InvisionCommunity,
36 }
37}
OAuthProvider
List of OAuth providers supported by TGS.