aleksiaaa

Results 2 comments of aleksiaaa

How to cast that random id? Edit: ``` javascript mobileConfirmations = new SteamMobileAuth({ steamid: config.steamid, identity_secret: config.identity_secret, device_id: "android:" + require('crypto').randomBytes(16).toString('hex'), webCookie: cookies }); ```