Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix ChallentAsync param comment
  • Loading branch information
Sébastien BIAUDET committed Jul 15, 2019
commit d138585c79e9818d34ac27c94e506d6ed1abe015
2 changes: 1 addition & 1 deletion test/AspNet.Security.OAuth.Providers.Tests/OAuthTests`1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ protected HttpClient CreateBackchannel(AuthenticationBuilder builder)
/// <summary>
/// Run the ChannelAsync for authentication
/// </summary>
/// <param name="context">The web context</param>
/// <param name="context">The HTTP context</param>
protected internal virtual Task ChallengeAsync(HttpContext context) => context.ChallengeAsync();

/// <summary>
Expand Down