Skip to content

Commit 380dc72

Browse files
authored
Update credentials-best-practices.md
1 parent 0b46852 commit 380dc72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/concepts/credentials-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Depending on your scenario, you may want to adjust the lifespan of tokens issued
2828
- Use a [callback function](#callback-function) for agents using the application for longer periods of time.
2929

3030
### Set a custom token expiration time
31-
When requesting a new token, we recommend using short lifetime tokens for one-off Chat messages or time-limited Calling sessions and longer lifetime tokens for agents using the application for longer periods of time. The default token expiration time is 24 hours but you can customize it by providing a value between an hour and 24 hours to the optional parameter as follow:
31+
When requesting a new token, we recommend using short lifetime tokens for one-off Chat messages or time-limited Calling sessions and longer lifetime tokens for agents using the application for longer periods of time. The default token expiration time is 24 hours but you can customize it by providing a value between an hour and 24 hours to the optional parameter as follows:
3232

3333
```javascript
3434
const tokenOptions = { tokenExpiresInMinutes: 60 };

0 commit comments

Comments
 (0)