2025-03-14 12:41:11 +08:00

9 lines
118 B
Go

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