Examples
Set a username
let auth = new Auth(null, {
authId: "",
authkey: "",
authToken: ""
})
await auth.setUsername("HelloWorld");
Last updated
Was this helpful?
let auth = new Auth(null, {
authId: "",
authkey: "",
authToken: ""
})
await auth.setUsername("HelloWorld");
Last updated
Was this helpful?