mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-28 15:40:56 +01:00
Nullify IOAuthProviders
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
|
||||
using Tgstation.Server.Api.Models;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace Tgstation.Server.Host.Security.OAuth
|
||||
{
|
||||
/// <summary>
|
||||
@@ -16,7 +14,7 @@ namespace Tgstation.Server.Host.Security.OAuth
|
||||
/// </summary>
|
||||
/// <param name="oAuthProvider">The <see cref="OAuthProvider"/> to get the validator for.</param>
|
||||
/// <returns>The <see cref="IOAuthValidator"/> for <paramref name="oAuthProvider"/>.</returns>
|
||||
IOAuthValidator GetValidator(OAuthProvider oAuthProvider);
|
||||
IOAuthValidator? GetValidator(OAuthProvider oAuthProvider);
|
||||
|
||||
/// <summary>
|
||||
/// Gets a <see cref="Dictionary{TKey, TValue}"/> of the provider client IDs.
|
||||
|
||||
Reference in New Issue
Block a user