Unlock this challenge:
Question: What do you return from the getUserBadgeFrom() method in the ApiTokenHandler class and why is that important?
getUserBadgeFrom()
ApiTokenHandler
A UserBadge to wrap the email and user password
UserBadge
The AccessToken for the token string
AccessToken
The user's email to uniquely identify them
A UserBadge object to wrap the User object