You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/credentials-best-practices.md
+18-3Lines changed: 18 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Azure Communication Services - Identity best practices
2
+
title: Azure Communication Services - Credentials best practices
3
3
description: Learn more about the best practices for managing User Access Tokens in SDKs
4
4
author: petrsvihlik
5
5
manager: soricos
@@ -9,11 +9,12 @@ ms.author: petrsvihlik
9
9
ms.date: 01/30/2022
10
10
ms.topic: conceptual
11
11
ms.service: azure-communication-services
12
+
#Customer intent: As a developer, I want learn how to correctly handle Credential objects so that I can build applications that run efficiently.
12
13
---
13
14
14
-
# Best practices: Managing credentials in Azure Communication Services SDKs
15
+
# Credentials in Communication SDKs
15
16
16
-
This article provides information about best practices related to managing [User Access Tokens](./authentication.md#user-access-tokens).
17
+
This article provides information about best practices related to managing [User Access Tokens](./authentication.md#user-access-tokens) in Azure Communication Services SDKs. Following this guidance will help you optimize the resources used by your application and reduce the number of roundtrips to the Azure Communication Identity API.
17
18
18
19
## Communication Token Credential
19
20
@@ -269,3 +270,17 @@ tokenCredential.dispose()
269
270
```
270
271
271
272
---
273
+
274
+
## Next steps
275
+
276
+
In this article, you learned how to:
277
+
278
+
> [!div class="checklist"]
279
+
> * Correctly initialize and dispose of a Credential object
280
+
> * Implement a token refresher callback
281
+
> * Optimize your token refreshing logic
282
+
283
+
To learn more, you may want to explore the following quickstart guides:
284
+
285
+
* [Create and manage access tokens](../quickstarts/access-tokens.md)
286
+
* [Manage access tokens for Teams users](../quickstarts/manage-teams-identity.md)
0 commit comments