login
.login() is used to generate a session ID for an account
.login(username, password)
Generate a session ID for an account
Parameter
Type
Required
Description
username
string
true
The username of the account you want to access
password
string
true
The password of the account you want to access
Example:
Read the guide on session IDs: https://pondwadermc.gitbook.io/cubed-api/tutorials-and-guides/sessions
Last updated
Was this helpful?