PixelPlaceJS
CtrlK
  • PixelPlaceJS
  • πŸ“–Examples
    • Full Bot
    • πŸ‘©β€πŸ’»Javascript
      • Multi Bot an image
      • Listen for Events
      • Utilities
    • πŸ‘¨β€πŸ’»Typescript
      • Multi Bot an image
      • Listen for Events
      • Utilities
  • πŸ”Modules
    • PixelPlace
      • Constructor
      • Functions
        • placePixel
    • Auth
      • Constructor
      • Functions
      • Examples
Powered by GitBook
On this page
  • Set a username

Was this helpful?

  1. πŸ”Modules
  2. Auth

Examples

Set a username

let auth = new Auth(null, {
    authId: "",
    authkey: "",
    authToken: ""
})

await auth.setUsername("HelloWorld");
PreviousFunctions

Last updated 1 year ago

Was this helpful?