tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
ServerUrlOAuthProviderInfo.cs
Go to the documentation of this file.
1using System;
2
4
6{
11 {
15 public Uri ServerUrl { get; }
16
22 : base(providerInfo)
23 {
24 ServerUrl = providerInfo!.ServerUrl ?? throw new InvalidOperationException("ServerUrl not set!");
25 }
26 }
27}
Public information about a given OAuthProvider.
ServerUrlOAuthProviderInfo(OAuthProviderInfo providerInfo)
Initializes a new instance of the ServerUrlOAuthProviderInfo class.