mirror of
https://github.com/MeowLynxSea/Proksea.git
synced 2025-07-10 19:34:41 +00:00
5 lines
251 B
JavaScript
5 lines
251 B
JavaScript
const { Authflow } = require('prismarine-auth')
|
|
// No parameters needed - will login as Minecraft by default unless a custom Azure client ID is passed (see ./azure.js)
|
|
const flow = new Authflow()
|
|
module.exports = flow.getXboxToken().then(console.log)
|