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