From 101339923dcf70e528c1e0672c59ad43bc1b5171 Mon Sep 17 00:00:00 2001 From: Joel Herber Date: Thu, 22 Jan 2026 13:52:30 +0100 Subject: [PATCH] Fixing web auth on steam to use new expected token type --- Source/OnlineSubsystemEIK/Private/UserManagerEOS.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/OnlineSubsystemEIK/Private/UserManagerEOS.cpp b/Source/OnlineSubsystemEIK/Private/UserManagerEOS.cpp index 8e515b0..045bf0f 100644 --- a/Source/OnlineSubsystemEIK/Private/UserManagerEOS.cpp +++ b/Source/OnlineSubsystemEIK/Private/UserManagerEOS.cpp @@ -304,7 +304,7 @@ void FUserManagerEOS::GetPlatformAuthToken(int32 LocalUserNum, const FOnGetLinke // TODO config map of OSS -> token type? if (PlatformOSS->GetSubsystemName() == STEAM_SUBSYSTEM) { - TokenType = TEXT("Session"); + TokenType = TEXT("WebAPI:epiconlineservices"); } // Request the auth token from the platform