Current section

Files

Jump to
auth0_ex lib auth0_ex.ex
Raw

lib/auth0_ex.ex

defmodule Auth0Ex do
@moduledoc """
Auth0Ex is an API client that supports both authentication and management API of Auth0.
Auth0Ex has been built to mostly satisfy the need for calling various management API
for the backend services.
"""
end