9 lines
118 B
Go
Raw Normal View History

package authdomain
type AuthToken struct {
Email string
SessionID string
Role string
2025-03-14 12:41:11 +08:00
ID string
}