Current section

Files

Jump to
simple_oauth lib simple_oauth.ex
Raw

lib/simple_oauth.ex

defmodule SimpleOAuth do
def config!(adapter_name) when is_atom(adapter_name) do
Application.fetch_env!(:simple_oauth, adapter_name)
end
end