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.Extensions.Identity.Stores (1)
UserStoreBase.cs (1)
979await ReplaceCodesAsync(user, updatedCodes, cancellationToken).ConfigureAwait(false);