Skip to content

Commit 05ac25d

Browse files
Improve doc in IAuthenticationHandler (#56196)
Minor doc fix Co-authored-by: Stephen Halter <[email protected]>
1 parent 42925a4 commit 05ac25d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Authentication.Abstractions/src/IAuthenticationHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public interface IAuthenticationHandler
1414
/// Initialize the authentication handler. The handler should initialize anything it needs from the request and scheme as part of this method.
1515
/// </summary>
1616
/// <param name="scheme">The <see cref="AuthenticationScheme"/> scheme.</param>
17-
/// <param name="context">The <see cref="HttpContext"/> context.</param>
17+
/// <param name="context">The <see cref="HttpContext"/> context for the current request.</param>
1818
Task InitializeAsync(AuthenticationScheme scheme, HttpContext context);
1919

2020
/// <summary>

0 commit comments

Comments
 (0)