Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/pidgin-opensteamworks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreionrobb <eionrobb@8ca6c67d-4297-256d-f884-781da6d5760b>2014-10-12 09:45:03 +0400
committereionrobb <eionrobb@8ca6c67d-4297-256d-f884-781da6d5760b>2014-10-12 09:45:03 +0400
commit5854f94ad9fc7598ad662e683989a7fa306e638f (patch)
treef12f4c1b72628a53c4a230934b878e4819304562 /steam-mobile/libsteam.h
parent55d4f8e048234e23676399d086f7da3ea6efab06 (diff)
Add support for captcha and two-factor auth
Diffstat (limited to 'steam-mobile/libsteam.h')
-rw-r--r--steam-mobile/libsteam.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/steam-mobile/libsteam.h b/steam-mobile/libsteam.h
index ada85d0..ab9a601 100644
--- a/steam-mobile/libsteam.h
+++ b/steam-mobile/libsteam.h
@@ -91,6 +91,10 @@ struct _SteamAccount {
gchar *cached_access_token;
guint watchdog_timeout;
+
+ gchar *captcha_gid;
+ gchar *captcha_text;
+ gchar *twofactorcode;
};
struct _SteamBuddy {