melvyn2
5 years ago
No known key found for this signature in database
GPG Key ID: 25A2B7280CE3AFF6
1 changed files with
3 additions and
3 deletions
-
steam/webauth.py
|
@ -326,11 +326,11 @@ class MobileWebAuth(WebAuth): |
|
|
"""Attempts a mobile authenticator login using an oauth token, which can be obtained from a previously logged-in |
|
|
"""Attempts a mobile authenticator login using an oauth token, which can be obtained from a previously logged-in |
|
|
`MobileWebAuth` |
|
|
`MobileWebAuth` |
|
|
|
|
|
|
|
|
:param oauth_token: The oauth token string |
|
|
:param oauth_token: oauth token string, if it wasn't provided on instance init |
|
|
:type oauth_token: :class:`str` |
|
|
:type oauth_token: :class:`str` |
|
|
:param steam_id: The `SteamID` of the account to log into |
|
|
:param steam_id: `SteamID` of the account to log into, if it wasn't provided on instance init |
|
|
:type steam_id: :class:`str` or :class:`SteamID` |
|
|
:type steam_id: :class:`str` or :class:`SteamID` |
|
|
:param language: The language in which to start the session |
|
|
:param language: select language for steam web pages (sets language cookie) |
|
|
:type language: :class:`str` |
|
|
:type language: :class:`str` |
|
|
:return: a session on success and :class:`None` otherwise |
|
|
:return: a session on success and :class:`None` otherwise |
|
|
:rtype: :class:`requests.Session`, :class:`None` |
|
|
:rtype: :class:`requests.Session`, :class:`None` |
|
|