Documentation
¶
Index ¶
Constants ¶
View Source
const ( FortniteClientID = "xyza7891343Fr4ZSPkQZ3kaL3I2sX8B5" FortniteClientSecret = "F8BVRyHIqmct8cN9KSPbXsJszpiIZEYEFDiySxc1wuA" FortnitePCClientID = "ec684b8c687f479fadea3cb2ad83f5c6" FortnitePCClientSecret = "e1f31c211f28413186262d37a13fc84d" FortniteIOSClientID = "3446cd72694c4a4485d81b77adbb2141" FortniteIOSClientSecret = "9209d4a5e25a457fb9b07489d313b41a" FortniteNewIOSClientID = "af43dc71dd91452396fcdffbd7a8e8a9" FortniteNewIOSClientSecret = "4YXvSEBLFRPLh1hzGZAkfOi5mqupFohZ" FortniteAndroidClientID = "3f69e56c7649492c8cc29f1af08a8a12" FortniteAndroidClientSecret = "b51ee9cb12234f50a69efa67ef53812e" FortniteSwitchClientID = "5229dcd3ac3845208b496649092f251b" FortniteSwitchClientSecret = "e3bd2d3e-bf8c-4857-9e7d-f3d947d220c7" FortniteNewSwitchClientID = "5229dcd3ac3845208b496649092f251b" FortniteNewSwitchClientSecret = "0a2449a2-001a-451e-afec-3e812901c4d7" FortniteXSXClientID = "db84fa58b60e468ba64e3b17209b56e9" FortniteXSXClientSecret = "332881d7-e586-4681-b25b-377a6d97d24d" FortnitePS4USClientID = "d8566f2e7f5c48f89683173eb529fee1" FortnitePS4USClientSecret = "255c7109c8274241986616e3702678b5" LauncherClientID = "34a02cf8f4414e29b15921876da36f9a" LauncherClientSecret = "daafbccc737745039dffe53d94fc76cf" UEFNClientID = "3e13c5c57f594a578abe516eecb673fe" UEFNClientSecret = "530e316c337e409893c55ec44f22cd62" UnrealEditorFNClientID = "xyza7891yeUe0F65IJR3u5L926ysnoYF" UnrealEditorFNClientSecret = "y1eRdLNpU2vAN3bX1L24kGKOomXuylsdh0G80JpQkqQ" )
View Source
const ( AccountService = "https://account-public-service-prod.ol.epicgames.com" AccountProxyService = "https://egp-idsoc-proxy-prod.ol.epicgames.com" AvatarService = "https://avatar-service-prod.identity.live.on.epicgames.com" CalderaService = "https://caldera-service-prod.ecosec.on.epicgames.com" CatalogService = "https://catalog-public-service-prod.ol.epicgames.com" DiscoveryService = "https://fn-service-discovery-live-public.ogs.live.on.epicgames.com" EulaService = "https://eulatracking-public-service-prod-m.ol.epicgames.com" EventsService = "https://events-public-service-live.ol.epicgames.com" FriendsService = "https://friends-public-service-prod.ol.epicgames.com" FriendsProxyService = "https://egp-idsoc-proxy-prod.ol.epicgames.com" FortniteContentWebsiteService = "https://fortnitecontent-website-prod07.ol.epicgames.com" FortniteMCPService = "https://fngw-mcp-gc-livefn.ol.epicgames.com" FortniteLockerService = "https://fngw-svc-gc-livefn.ol.epicgames.com" FulfillmentService = "https://fulfillment-public-service-prod.ol.epicgames.com" LightswitchService = "https://lightswitch-public-service-prod06.ol.epicgames.com" LinksService = "https://links-public-service-live.ol.epicgames.com" PartyService = "https://party-service-prod.ol.epicgames.com" PresenceService = "https://presence-public-service-prod.ol.epicgames.com" PublicKeyService = "https://publickey-service-live.ecosec.on.epicgames.com" StatsService = "https://statsproxy-public-service-live.ol.epicgames.com" UserSearchService = "https://user-search-service-prod.ol.epicgames.com" EOSService = "https://api.epicgames.dev/epic" EOSServiceAuth = EOSService + "/oauth/v2" )
View Source
const ( ErrorAccountNotFound = "errors.com.epicgames.account.account_not_found" ErrorAuthorizationPending = "errors.com.epicgames.account.oauth.authorization_pending" ErrorCannotFriendDueToTargetSettings = "errors.com.epicgames.friends.cannot_friend_due_to_target_settings" ErrorPartyChangeForbidden = "errors.com.epicgames.social.party.party_change_forbidden" ErrorPartyNotFound = "errors.com.epicgames.social.party.party_not_found" ErrrorValidationFailed = "errors.com.epicgames.validation.validation_failed" )
View Source
const DeploymentIDLiveFN string = "62a9473a2dca46b29ccf17577fcf42d7"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Platform ¶
type Platform string
const ( PlatformAndroid Platform = "AND" PlatformIOS Platform = "IOS" PlatformMacOS Platform = "MAC" PlatformPlaystationFive Platform = "PS5" PlatformPlaystationNetwork Platform = "PSN" PlatformSwitch Platform = "SWT" PlatformWindows Platform = "WIN" PlatformXboxOne Platform = "XBL" PlatformXboxSeriesX Platform = "XSX" )
Click to show internal directories.
Click to hide internal directories.