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