geel9 / SteamAuth

A C# library that provides vital Steam Mobile Authenticator functionality
MIT License
278 stars 105 forks source link

How to get maCode #28

Closed wolfovik closed 8 years ago

wolfovik commented 8 years ago

Sorry for stupid question, but how do I get mobile auth code here:

                    case LoginResult.Need2FA:
                        Console.WriteLine("Please enter your mobile authenticator code: ");
                        code = Console.ReadLine();
                        login.TwoFactorCode = code;
                        break;
shravan2x commented 8 years ago

Check your mobile?

k-tarun commented 8 years ago

You need the steam app on your mobile or should use SDA/WinAuth for the two factor code.

wolfovik commented 8 years ago

So how could work confirmation of trades , if the account is not tied to SteamAuth? Should I fill .maFile with my mobile data for correct conformations?