1 type derived from PocoUserPasskey
Microsoft.AspNetCore.Identity.Test (1)
src\Identity\test\Shared\PocoModel\PocoUserPasskey.cs (1)
8
public class PocoUserPasskey :
PocoUserPasskey
<string>;
2 references to PocoUserPasskey
Microsoft.AspNetCore.Identity.Test (2)
src\Identity\test\Shared\PocoModel\PocoUser.cs (2)
152
public virtual ICollection<
PocoUserPasskey
<TKey>> Passkeys { get; private set; } = new List<
PocoUserPasskey
<TKey>>();