Files
kouiz/internal/http/handler/webui/auth/user.go
2025-06-10 21:09:58 +02:00

9 lines
115 B
Go

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