2 implementations of GetPasskeysAsync
Microsoft.AspNetCore.Identity.EntityFrameworkCore (2)
UserOnlyStore.cs (1)
646public virtual async Task<IList<UserPasskeyInfo>> GetPasskeysAsync(TUser user, CancellationToken cancellationToken)
UserStore.cs (1)
791public virtual async Task<IList<UserPasskeyInfo>> GetPasskeysAsync(TUser user, CancellationToken cancellationToken)
1 reference to GetPasskeysAsync
Microsoft.Extensions.Identity.Core (1)
UserManager.cs (1)
2648return passkeyStore.GetPasskeysAsync(user, CancellationToken);