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 01432eb commit bf4cca1Copy full SHA for bf4cca1
custom_templates/configuration.mustache
@@ -182,7 +182,7 @@ module {{moduleName}}
182
183
puts "Refreshing access token..." if @debugging
184
# obtain new access token using client credentials
185
- token_url = 'https://api.bandwidth.com/api/v1/oauth2/token'
+ token_url = '{{tokenUrl}}'
186
auth_header = 'Basic ' + ["#{@client_id}:#{@client_secret}"].pack('m').delete("\r\n")
187
conn = Faraday.new(url: token_url) do |faraday|
188
faraday.request :url_encoded
0 commit comments