Revert "Revert "refactor(IdentityTokenResponse): [Auth/PM-3287] Remove deprec…"

This reverts commit e6c97bd850.
This commit is contained in:
Jared Snider
2025-12-18 15:12:35 -05:00
committed by GitHub
parent e6c97bd850
commit d22df4ba83
3 changed files with 0 additions and 19 deletions

View File

@@ -671,7 +671,6 @@ public abstract class BaseRequestValidator<T> where T : class
customResponse.Add("MasterPasswordPolicy", await GetMasterPasswordPolicyAsync(user));
customResponse.Add("ForcePasswordReset", user.ForcePasswordReset);
customResponse.Add("ResetMasterPassword", string.IsNullOrWhiteSpace(user.MasterPassword));
customResponse.Add("Kdf", (byte)user.Kdf);
customResponse.Add("KdfIterations", user.KdfIterations);
customResponse.Add("KdfMemory", user.KdfMemory);