2 references to UserId
Microsoft.AspNetCore.Identity (2)
SignInManager.cs (2)
511var user = options.UserId is { Length: > 0 } userId ? await UserManager.FindByIdAsync(userId) : null; 684if (options.UserId is { } userId)