6 references to UserClaims
Microsoft.AspNetCore.Identity.EntityFrameworkCore (6)
UserStore.cs (6)
447return await UserClaims.Where(uc => uc.UserId.Equals(user.Id)).Select(c => c.ToClaim()).ToListAsync(cancellationToken); 464UserClaims.Add(CreateUserClaim(user, claim)); 484var matchedClaims = await UserClaims.Where(uc => uc.UserId.Equals(user.Id) && uc.ClaimValue == claim.Value && uc.ClaimType == claim.Type).ToListAsync(cancellationToken); 506var matchedClaims = await UserClaims.Where(uc => uc.UserId.Equals(user.Id) && uc.ClaimValue == claim.Value && uc.ClaimType == claim.Type).ToListAsync(cancellationToken); 509UserClaims.Remove(c); 623var query = from userclaims in UserClaims