mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Misc bulletproofing against invalid codes
This commit is contained in:
@@ -35,7 +35,8 @@ using Newtonsoft.Json;
|
||||
namespace ArchiSteamFarm {
|
||||
[SuppressMessage("ReSharper", "ClassCannotBeInstantiated")]
|
||||
internal sealed class MobileAuthenticator {
|
||||
private const byte CodeDigits = 5;
|
||||
internal const byte CodeDigits = 5;
|
||||
|
||||
private const byte CodeInterval = 30;
|
||||
private const byte SteamTimeTTL = 24; // For how many hours we can assume that SteamTimeDifference is correct
|
||||
|
||||
|
||||
Reference in New Issue
Block a user