minecraft-auth
Version:
Package to authenticate with minecraft using traditional yggdrasil, new microsoft authentication and non-premium.
10 lines (9 loc) • 510 B
TypeScript
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";