8 lines
100 B
Go
Raw Normal View History

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