diff --git a/src/helpers/accessToken.js b/src/helpers/accessToken.js index 521ef46..62e23c1 100644 --- a/src/helpers/accessToken.js +++ b/src/helpers/accessToken.js @@ -16,6 +16,7 @@ const createToken = function () { this.twilioClient.accountSid, this.twilioClient.username, this.twilioClient.password, + { identity: this.flags.identity }, ); if (this.flags.ttl) {