Base:
method
FindUserAsync
Microsoft.AspNetCore.Identity.UserStoreBase<TUser, TKey, TUserClaim, TUserLogin, TUserToken>.FindUserAsync(TKey, System.Threading.CancellationToken)
1 reference to FindUserAsync
Microsoft.AspNetCore.Identity.EntityFrameworkCore (1)
UserOnlyStore.cs (1)
437return await FindUserAsync(userLogin.UserId, cancellationToken);