From 72f326ab24e6e0300fd5c200d61174856835d63b Mon Sep 17 00:00:00 2001 From: FailSpy <9100196+FailSpy@users.noreply.github.com> Date: Mon, 26 Feb 2024 14:54:10 -0500 Subject: [PATCH] Add additional auth type --- steam/enums/proto.py | 1 + 1 file changed, 1 insertion(+) diff --git a/steam/enums/proto.py b/steam/enums/proto.py index b547ab5..93ecbcc 100644 --- a/steam/enums/proto.py +++ b/steam/enums/proto.py @@ -30,6 +30,7 @@ EAuthSessionGuardType = SteamIntEnum('EAuthSessionGuardType', { 'DeviceConfirmation': 4, 'EmailConfirmation': 5, 'MachineToken': 6, + 'LegacyMachineAuth': 7 }) class EAuthSessionSecurityHistory(SteamIntEnum):