Commit 4a22e11
authored
[Communication]: Add SDK operation to exchange access token (Azure#15449)
Introduce new operation to exchange an AAD token for ACS token:
* Generated new models from ACS Identity's 2021-03-31-preview1 swagger
* Introduced new `exchangeToken` method into public client
* Introduced new environment variables for testing
* Introduced tests for node environment1 parent df9d492 commit 4a22e11
File tree
43 files changed
+587
-251
lines changed- common/config/rush
- sdk/communication/communication-identity
- recordings
- browsers
- communicationidentityclient_playbacklive_aad_error_cases_
- communicationidentityclient_playbacklive_aad
- communicationidentityclient_playbacklive_error_cases_
- communicationidentityclient_playbacklive
- node
- exchange_teams_token_for_acs_token_playbacklive_aad
- exchange_teams_token_for_acs_token_playbacklive
- review
- src
- generated/src
- models
- operations
- swagger
- test/public
- node
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
43 files changed
+587
-251
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | 82 | | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 14 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 15 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments