Implemented interface member:
method
UpdateAsync
Microsoft.AspNetCore.Identity.IUserStore<TUser>.UpdateAsync(TUser, System.Threading.CancellationToken)
2 overrides of UpdateAsync
Microsoft.AspNetCore.Identity.EntityFrameworkCore (2)
UserOnlyStore.cs (1)
165
public override async Task<IdentityResult>
UpdateAsync
(TUser user, CancellationToken cancellationToken = default(CancellationToken))
UserStore.cs (1)
167
public override async Task<IdentityResult>
UpdateAsync
(TUser user, CancellationToken cancellationToken = default(CancellationToken))