Added oauth token to login callback

This commit is contained in:
Alexander Corn 2015-12-26 18:34:11 -05:00
parent c290e16dc5
commit c246011fe2

View File

@ -154,7 +154,7 @@ SteamCommunity.prototype.login = function(details, callback) {
}
}
callback(null, sessionID, cookies, steamguard);
callback(null, sessionID, cookies, steamguard, oAuth.oauth_token);
}
});
});