Correct documentation for ApiHeaders.IsTokenAuthentication

This commit is contained in:
Jordan Dominion
2023-11-02 22:58:56 -04:00
parent ba0ccdff53
commit 242c74955d
+1 -1
View File
@@ -119,7 +119,7 @@ namespace Tgstation.Server.Api
public OAuthProvider? OAuthProvider { get; }
/// <summary>
/// If the header uses password or TGS JWT authentication.
/// If the header uses OAuth or TGS JWT authentication.
/// </summary>
public bool IsTokenAuthentication => Token != null && !OAuthProvider.HasValue;