You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iex(1)> OpenIDConnect.authorization_uri(:xero)
** (exit) exited in: GenServer.call(:openid_connect, {:discovery_document, :xero}, 5000)
** (EXIT) no process: the process is not alive or there's no process currently associated with the given name, possibly because its application isn't started
(elixir 1.10.2) lib/gen_server.ex:1013: GenServer.call/3
(openid_connect 0.2.2) lib/openid_connect.ex:89: OpenIDConnect.authorization_uri/3
iex(1)>
The text was updated successfully, but these errors were encountered:
iex(1)> OpenIDConnect.authorization_uri(:xero)
** (exit) exited in: GenServer.call(:openid_connect, {:discovery_document, :xero}, 5000)
** (EXIT) no process: the process is not alive or there's no process currently associated with the given name, possibly because its application isn't started
(elixir 1.10.2) lib/gen_server.ex:1013: GenServer.call/3
(openid_connect 0.2.2) lib/openid_connect.ex:89: OpenIDConnect.authorization_uri/3
iex(1)>
The text was updated successfully, but these errors were encountered: