2 references to FindUserPasskeyByIdAsync
Microsoft.AspNetCore.Identity.EntityFrameworkCore (2)
UserStore.cs (2)
758
var userPasskey = await
FindUserPasskeyByIdAsync
(passkey.CredentialId, cancellationToken).ConfigureAwait(false);
821
var passkey = await
FindUserPasskeyByIdAsync
(credentialId, cancellationToken).ConfigureAwait(false);