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)
UserOnlyStore.cs (1)
395var entry = await FindUserLoginAsync(user.Id, loginProvider, providerKey, cancellationToken);