diff --git a/components/webapi.js b/components/webapi.js index 0040856..1335783 100644 --- a/components/webapi.js +++ b/components/webapi.js @@ -45,18 +45,6 @@ SteamCommunity.prototype.getWebApiKey = function(domain, callback) { }, "steamcommunity"); }; -/** - * @deprecated No longer works. Will be removed in a future release. - * @param {function} callback - */ -SteamCommunity.prototype.getWebApiOauthToken = function(callback) { - if (this.oAuthToken) { - return callback(null, this.oAuthToken); - } - - callback(new Error('This operation requires an OAuth token, which is no longer issued by Steam.')); -}; - /** * Sets an access_token generated by steam-session using EAuthTokenPlatformType.MobileApp. * Required for some operations such as 2FA enabling and disabling.