9 lines
116 B
Go

package model
type User struct {
ID string
Provider string
AccessToken string
IDToken string
}