tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
OAuthConfiguration.cs
Go to the documentation of this file.
1using System;
2
4{
9 {
13 public Uri? ServerUrl { get; set; }
14
18 public Uri? RedirectUrl { get; set; }
19
23 public Uri? UserInformationUrlOverride { get; set; }
24 }
25}
Uri? UserInformationUrlOverride
User information URL override. Not supported by the Api.Models.OAuthProvider.GitHub provider.
Uri? RedirectUrl
The authentication server URL. Not used by all providers.
Uri? ServerUrl
The client redirect URL. Not used by all providers.