package auth
type User struct {
Email string
Provider string
AccessToken string
IDToken string
Name string
}