File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Identity/Extensions.Core/src Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public interface IUserClaimStore<TUser> : IUserStore<TUser> where TUser : class
17
17
/// <summary>
18
18
/// Gets a list of <see cref="Claim"/>s to be belonging to the specified <paramref name="user"/> as an asynchronous operation.
19
19
/// </summary>
20
- /// <param name="user">The role whose claims to retrieve.</param>
20
+ /// <param name="user">The user whose claims to retrieve.</param>
21
21
/// <param name="cancellationToken">The <see cref="CancellationToken"/> used to propagate notifications that the operation should be canceled.</param>
22
22
/// <returns>
23
23
/// A <see cref="Task{TResult}"/> that represents the result of the asynchronous query, a list of <see cref="Claim"/>s.
You can’t perform that action at this time.
0 commit comments