Interface ResetTokenCreationResult

All Known Implementing Classes:
ResetTokenCreationResult.Blocked, ResetTokenCreationResult.Created, ResetTokenCreationResult.UnknownUser

Outcome of PasswordResetService.issue(String, Duration). Adapters must surface the same generic public response for every variant — leaking "user unknown" defeats the entire reset flow's enumeration resistance (CWE-203).