Skip to content

Commit

Permalink
feat(cc): add spark:kms
Browse files Browse the repository at this point in the history
  • Loading branch information
bhabalan committed Dec 6, 2024
1 parent 3372479 commit 02f5aeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/samples/contact-center/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ function initOauth() {
];

const additionalScopes = [
"spark:kms", // to avoid token downscope to only spark:kms error on SDK init
];

const requestedScopes = Array.from(
Expand Down

0 comments on commit 02f5aeb

Please sign in to comment.