tgstation-server
6.3.2
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Api
Models
OAuthProvider.cs
Go to the documentation of this file.
1
using
Newtonsoft.Json;
2
using
Newtonsoft.Json.Converters;
3
4
namespace
Tgstation.Server.Api.Models
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
}
JsonConverter
Tgstation.Server.Api.Models
Definition:
ChatChannel.cs:6
Tgstation.Server.Api.Models.OAuthProvider
OAuthProvider
List of OAuth providers supported by TGS.
Definition:
OAuthProvider.cs:11
Generated by
1.9.5