diff --git a/docs/demos/serverless.md b/docs/demos/serverless.md index 35bbf48..2bf8d3f 100644 --- a/docs/demos/serverless.md +++ b/docs/demos/serverless.md @@ -17,6 +17,7 @@ So, instead of using email and password on every api call, you can login the fir region: '', }); + const credentials = await connection.getCredentials(); const accessToken = credentials.at; @@ -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 \ No newline at end of file +> If you don't know your region, use [getRegion](/docs/available-methods/getregion) method