2 references to PocoUser
IdentitySample.PasskeyConformance (2)
Program.cs (1)
50
var userId = (await userManager.FindByNameAsync(request.Username) ?? new
PocoUser
()).Id;
src\Identity\test\Shared\PocoModel\PocoUser.cs (1)
25
public PocoUser(string userName) :
this
()