Details
Description
ResumeTokenData class currently allows a default constructor, which could lead to incorrect default value for the member variables. We should either make the default constructor a private, or remove it completely if it's feasible.