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 b923cf8 commit 5a8330eCopy full SHA for 5a8330e
src/Security/Authentication/Core/src/AuthenticationHandler.cs
@@ -18,7 +18,7 @@ namespace Microsoft.AspNetCore.Authentication;
18
private Task<AuthenticateResult>? _authenticateTask;
19
20
/// <summary>
21
- /// Gets or sets the <see cref="AuthenticationScheme"/> asssociated with this authentication handler.
+ /// Gets or sets the <see cref="AuthenticationScheme"/> associated with this authentication handler.
22
/// </summary>
23
public AuthenticationScheme Scheme { get; private set; } = default!;
24
0 commit comments