UNPKG

onelnchr-mc-auth

Version:

Package to authenticate with minecraft. Fork of minecraft-auth by dommilosz which uses my own appID by default.

10 lines (9 loc) 510 B
export * as MicrosoftAuth from "./MicrosoftAuth/MicrosoftAuth"; export * as MojangAuth from "./MojangAuth/MojangAuth"; export * as CrackedAuth from "./CrackedAuth/CrackedAuth"; export * as MojangAPI from "./MojangAPI/MojangAPI"; export { MicrosoftAccount } from "./MicrosoftAuth/MicrosoftAccount"; export { CrackedAccount } from "./CrackedAuth/CrackedAccount"; export { MojangAccount } from "./MojangAuth/MojangAccount"; export { AccountsStorage } from "./AccountStorage"; export { Account } from "./Account";