diff --git a/steam/guard.py b/steam/guard.py index b4169d4..c5b4e27 100644 --- a/steam/guard.py +++ b/steam/guard.py @@ -44,6 +44,23 @@ Once authenticator is enabled all you need is the secrets to generate codes. You can obtain the authenticator secrets from an Android device using :func:`extract_secrets_from_android_rooted`. See the function docstring for details on what is required for it to work. + +Format of ``secrets.json`` file: + +.. code:: json + + { + "account_name": "", # account username + "identity_secret": "", # uknown + "revocation_code": "R51234", # revocation code + "secret_1": "", # unknown + "serial_number": "1111222333344445555", # serial number + "server_time": "1600000000", # creation timestamp + "shared_secret": "", # secret used for code generation + "status": 1, # status, 1 = token active + "token_gid": "a1a1a1a1a1a1a1a1", # token gid + "uri": "otpauth://totp/Steam:?secret=&issuer=Steam" + } """ import json import subprocess