2 references to FindUserPasskeyAsync
Microsoft.AspNetCore.Identity.EntityFrameworkCore (2)
UserStore.cs (2)
856
var passkey = await
FindUserPasskeyAsync
(user.Id, credentialId, cancellationToken).ConfigureAwait(false);
891
var passkey = await
FindUserPasskeyAsync
(user.Id, credentialId, cancellationToken).ConfigureAwait(false);