Implemented interface member:
method
FindByLoginAsync
Microsoft.AspNetCore.Identity.IUserLoginStore<TUser>.FindByLoginAsync(System.String, System.String, System.Threading.CancellationToken)
2 overrides of FindByLoginAsync
Microsoft.AspNetCore.Identity.EntityFrameworkCore (2)
UserOnlyStore.cs (1)
429public override async Task<TUser?> FindByLoginAsync(string loginProvider, string providerKey,
UserStore.cs (1)
544public override async Task<TUser?> FindByLoginAsync(string loginProvider, string providerKey,