9 lines
116 B
Go
Raw Normal View History

2025-02-22 09:42:15 +01:00
package model
type User struct {
ID string
Provider string
AccessToken string
IDToken string
}