steam-authenticator

1.0.2 • Public • Published

Node steam authenticator

Example usage:

const steam = require('../src/lib');

const steamId = 0;
const revocationCode = 'YOUR_CODE';
const accessToken = 'YOUR_ACCESS_TOKEN';

async function main() {
  const result = await steam.removeSteamGuardCompletely(steamId, revocationCode, accessToken);
  console.debug(result);
}

main()
  .then(() => console.debug('done'))
  .catch((err) => console.error(err));

/steam-authenticator/

    Package Sidebar

    Install

    npm i steam-authenticator

    Weekly Downloads

    0

    Version

    1.0.2

    License

    ISC

    Unpacked Size

    3.04 kB

    Total Files

    3

    Last publish

    Collaborators

    • mdfitumi