8 lines
100 B
Go

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