package shared import "net/http" type AuthData struct { AccessToken string RefreshCookie *http.Cookie }