Skip to content

Commit

Permalink
updating auth for call automation api specs to use hmac (#26201)
Browse files Browse the repository at this point in the history
* updating auth for call automation api specs to use hmac
  • Loading branch information
yyw-msft authored Oct 16, 2023
1 parent fa64058 commit 45d00a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2758,7 +2758,7 @@
"securityDefinitions": {
"Authorization": {
"type": "apiKey",
"description": "An Azure Communication Services user access token.",
"description": "An authentication string containing a signature generated using HMAC-SHA256 scheme.",
"name": "Authorization",
"in": "header"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2149,7 +2149,7 @@
"securityDefinitions": {
"Authorization": {
"type": "apiKey",
"description": "An Azure Communication Services user access token.",
"description": "An authentication string containing a signature generated using HMAC-SHA256 scheme.",
"name": "Authorization",
"in": "header"
}
Expand Down

0 comments on commit 45d00a3

Please sign in to comment.