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
Microsoft.AspNetCore.Identity.InMemory.Test (1)
InMemoryUserStore.cs (1)
420await ReplaceCodesAsync(user, updatedCodes, cancellationToken);