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