Base:
method
FindUserLoginAsync
Microsoft.AspNetCore.Identity.UserStoreBase<TUser, TKey, TUserClaim, TUserLogin, TUserToken>.FindUserLoginAsync(TKey, System.String, System.String, System.Threading.CancellationToken)
1 reference to FindUserLoginAsync
Microsoft.AspNetCore.Identity.EntityFrameworkCore (1)
UserStore.cs (1)
510var entry = await FindUserLoginAsync(user.Id, loginProvider, providerKey, cancellationToken);