We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fbb696 commit 21a97feCopy full SHA for 21a97fe
src/helpers/accessToken.js
@@ -16,6 +16,7 @@ const createToken = function () {
16
this.twilioClient.accountSid,
17
this.twilioClient.username,
18
this.twilioClient.password,
19
+ { identity: this.flags.identity },
20
);
21
22
if (this.flags.ttl) {
0 commit comments