We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a211fb commit 492dfa7Copy full SHA for 492dfa7
src/Identity/Extensions.Core/src/IUserClaimStore.cs
@@ -17,7 +17,7 @@ public interface IUserClaimStore<TUser> : IUserStore<TUser> where TUser : class
17
/// <summary>
18
/// Gets a list of <see cref="Claim"/>s to be belonging to the specified <paramref name="user"/> as an asynchronous operation.
19
/// </summary>
20
- /// <param name="user">The role whose claims to retrieve.</param>
+ /// <param name="user">The user whose claims to retrieve.</param>
21
/// <param name="cancellationToken">The <see cref="CancellationToken"/> used to propagate notifications that the operation should be canceled.</param>
22
/// <returns>
23
/// A <see cref="Task{TResult}"/> that represents the result of the asynchronous query, a list of <see cref="Claim"/>s.
0 commit comments