tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
OAuthProviderInfo.cs
Go to the documentation of this file.
1using System;
2
4{
8 public sealed class OAuthProviderInfo
9 {
13 public string? ClientId { get; set; }
14
18 public Uri? RedirectUri { get; set; }
19
23 [ResponseOptions]
24 public Uri? ServerUrl { get; set; }
25
29 public bool? GatewayOnly { get; set; }
30 }
31}
Public information about a given OAuthProvider.
bool? GatewayOnly
If true the OAuth provider may only be used for gateway authentication. If false the OAuth provider m...