Implemented interface member:
method
ReplaceCodesAsync
Microsoft.AspNetCore.Identity.IUserTwoFactorRecoveryCodeStore<TUser>.ReplaceCodesAsync(TUser, System.Collections.Generic.IEnumerable<System.String>, System.Threading.CancellationToken)
1 reference to ReplaceCodesAsync
Identity.DefaultUI.WebSite (1)
src\Identity\test\InMemory.Test\InMemoryUserStore.cs (1)
420await ReplaceCodesAsync(user, updatedCodes, cancellationToken);