Nullify IOAuthProviders

This commit is contained in:
Jordan Dominion
2023-11-25 16:03:57 -05:00
parent 870e0b5652
commit 991b407580
@@ -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.