package models type UserAuthMethod struct { User User UserId string AuthMethod AuthenticationMethodType `gorm:"type:auth_method_type"` Token []byte }