Files
2026-01-17 14:11:14 +00:00

12 lines
181 B
Go

package models
import (
"github.com/meszmate/apple-go"
"github.com/meszmate/google-go"
)
type ExternalAuth struct {
AppleAuth apple.AppleAuth
GoogleAuth *google.GoogleAuth
}