tgstation-server
6.12.0
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.ChatProvider.Discord
@ Discord
Superior chat service.
Tgstation.Server.Api.Models.OAuthProvider
OAuthProvider
List of OAuth providers supported by TGS.
Definition
OAuthProvider.cs:11
Tgstation.Server.Api.Models.OAuthProvider.InvisionCommunity
@ InvisionCommunity
https://invisioncommunity.com.
Tgstation.Server.Api.Models.OAuthProvider.TGForums
@ TGForums
https://tgstation13.org.
Tgstation.Server.Api.Models.OAuthProvider.Keycloak
@ Keycloak
https://www.keycloak.org.
Tgstation.Server.Api.Models.OAuthProvider.GitHub
@ GitHub
https://github.com.
Generated by
1.9.8