Packages

A Uberauth/Assent strategy for Rumble authentication.

Current section

Files

Jump to
oauth2_rumble lib oauth2_rumble.ex
Raw

lib/oauth2_rumble.ex

defmodule Rumble.Oauth2 do
@moduledoc false
def json_library() do
Application.get_env(:oauth2_rumble, :json_library, Jason)
end
end