const { setToken, Account } = require('@evecloud/sdk'); setToken('TOKEN'); Account.tfa.create().then((data) => { console.log(data); }).catch((error) => { console.log(error); });
Creates a two-factor authentication token
Was this page helpful?