Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/demos/serverless.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ So, instead of using email and password on every api call, you can login the fir
region: '<your ewelink region>',
});


const credentials = await connection.getCredentials();

const accessToken = credentials.at;
Expand Down Expand Up @@ -70,4 +71,4 @@ So, instead of using email and password on every api call, you can login the fir
})();
```

> If you don't know your region, use [getRegion](/docs/available-methods/getregion) method
> If you don't know your region, use [getRegion](/docs/available-methods/getregion) method