tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
IOAuthProviders.cs
Go to the documentation of this file.
1using System.Collections.Generic;
2
4
6{
10 public interface IOAuthProviders
11 {
18 IOAuthValidator? GetValidator(OAuthProvider oAuthProvider, bool forLogin);
19
24 Dictionary<OAuthProvider, OAuthProviderInfo> ProviderInfos();
25 }
26}
Dictionary< OAuthProvider, OAuthProviderInfo > ProviderInfos()
Gets a Dictionary<TKey, TValue> of the provider client IDs.
IOAuthValidator? GetValidator(OAuthProvider oAuthProvider, bool forLogin)
Gets the IOAuthValidator for a given oAuthProvider .
Validates OAuth responses for a given Provider.
OAuthProvider
List of OAuth providers supported by TGS.