4 lines
158 B
JavaScript
4 lines
158 B
JavaScript
|
const { Authflow } = require('prismarine-auth')
|
||
|
const flow = new Authflow() // No parameters needed
|
||
|
module.exports = flow.getXboxToken().then(console.log)
|