We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42925a4 commit 05ac25dCopy full SHA for 05ac25d
src/Http/Authentication.Abstractions/src/IAuthenticationHandler.cs
@@ -14,7 +14,7 @@ public interface IAuthenticationHandler
14
/// Initialize the authentication handler. The handler should initialize anything it needs from the request and scheme as part of this method.
15
/// </summary>
16
/// <param name="scheme">The <see cref="AuthenticationScheme"/> scheme.</param>
17
- /// <param name="context">The <see cref="HttpContext"/> context.</param>
+ /// <param name="context">The <see cref="HttpContext"/> context for the current request.</param>
18
Task InitializeAsync(AuthenticationScheme scheme, HttpContext context);
19
20
/// <summary>
0 commit comments