package budgeteer // Token contains data that authenticates a user type Token interface { GetUsername() string GetExpiry() int }