diff --git a/src/Tgstation.Server.Host/Authority/IUserAuthority.cs b/src/Tgstation.Server.Host/Authority/IUserAuthority.cs
index 414823ba1c..2ad5409416 100644
--- a/src/Tgstation.Server.Host/Authority/IUserAuthority.cs
+++ b/src/Tgstation.Server.Host/Authority/IUserAuthority.cs
@@ -1,7 +1,6 @@
using System.Linq;
using System.Threading;
-using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Models.Request;
using Tgstation.Server.Host.Authority.Core;
using Tgstation.Server.Host.Models;
@@ -17,7 +16,7 @@ namespace Tgstation.Server.Host.Authority
/// Gets the with a given .
///
/// The result type after projection.
- /// The of the .
+ /// The of the .
/// If the may be returned or will result in a response.
/// The for the operation.
/// A for .
@@ -25,20 +24,20 @@ namespace Tgstation.Server.Host.Authority
where TResult : notnull;
///
- /// Gets the s for the with a given .
+ /// Gets the s for the with a given .
///
- /// The of the .
+ /// The of the .
/// The for the operation.
- /// A of .
- RequirementsGated> OAuthConnections(long userId, CancellationToken cancellationToken);
+ /// A of .
+ RequirementsGated> OAuthConnections(long userId, CancellationToken cancellationToken);
///
- /// Gets the s for the with a given .
+ /// Gets the s for the with a given .
///
- /// The of the .
+ /// The of the .
/// The for the operation.
- /// A of .
- RequirementsGated> OidcConnections(long userId, CancellationToken cancellationToken);
+ /// A of .
+ RequirementsGated> OidcConnections(long userId, CancellationToken cancellationToken);
///
/// Gets an of all registered s.