module documentation
Provides Steam Guard functions
Function | generate |
Undocumented |
Function | generate |
Undocumented |
Function | generate |
Undocumented |
Function | load |
Load Steam Guard credentials from json (file or string). |
def generate_confirmation_key(identity_secret: time())) ->
str
, tag: str
, timestamp: int
= int(bytes
:
(source)
¶
Undocumented
Load Steam Guard credentials from json (file or string).
- Arguments:
- steam_guard (str): If this string is a path to a file, then its contents will be parsed as a json data.
- Otherwise, the string will be parsed as a json data.
- Returns:
- Dict[str, str]: Parsed json data as a dictionary of strings (both key and value).