Skip to content

Commit abec491

Browse files
authored
Update communicationIdentityClient.ts (Azure#14096)
Change to description for get Token
1 parent 10e4017 commit abec491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/communication/communication-identity/src/communicationIdentityClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export class CommunicationIdentityClient {
112112
/**
113113
* Creates a scoped user token.
114114
*
115-
* @param user - The user whose tokens are being revoked.
115+
* @param user - The user whose tokens are being issued.
116116
* @param scopes - Scopes to include in the token.
117117
* @param options - Additional options for the request.
118118
*/

0 commit comments

Comments
 (0)