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 96ed931 commit f738e16Copy full SHA for f738e16
lib/tama_ex.ex
@@ -36,7 +36,7 @@ defmodule TamaEx do
36
) do
37
scopes = Keyword.get(options, :scopes) || ["provision.all"]
38
39
- token = Base.url_encode64("#{client_id}:#{client_secret}", padding: false)
+ token = Base.url_encode64("#{client_id}:#{client_secret}")
40
41
body = %{
42
"grant_type" => "client_credentials",
0 commit comments