7 lines
82 B
Go
Raw Normal View History

package authdomain
type AuthToken struct {
Email string
SessionID string
}