This commit is contained in:
Manchik
2026-04-17 22:22:40 +03:00
commit c82866b58a
135 changed files with 18493 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
from .enums_pb2 import k_ESessionPersistence_Persistent
from .steammessages_auth.steamclient_pb2 import (
CAuthentication_BeginAuthSessionViaCredentials_Request,
CAuthentication_BeginAuthSessionViaCredentials_Response,
CAuthentication_GetPasswordRSAPublicKey_Request,
CAuthentication_GetPasswordRSAPublicKey_Response,
CAuthentication_PollAuthSessionStatus_Request,
CAuthentication_PollAuthSessionStatus_Response,
CAuthentication_UpdateAuthSessionWithSteamGuardCode_Request,
k_EAuthSessionGuardType_DeviceCode,
k_EAuthTokenPlatformType_WebBrowser,
)
__all__ = [
'CAuthentication_BeginAuthSessionViaCredentials_Request',
'CAuthentication_BeginAuthSessionViaCredentials_Response',
'CAuthentication_GetPasswordRSAPublicKey_Request',
'CAuthentication_GetPasswordRSAPublicKey_Response',
'CAuthentication_PollAuthSessionStatus_Request',
'CAuthentication_PollAuthSessionStatus_Response',
'CAuthentication_UpdateAuthSessionWithSteamGuardCode_Request',
'k_EAuthSessionGuardType_DeviceCode',
'k_EAuthTokenPlatformType_WebBrowser',
'k_ESessionPersistence_Persistent',
]