package authdomain type AuthToken struct { Email string SessionID string Role string }