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