Packages
An Elixir client for the Auth0 Management and Authentication APIs, built on Req.
Current section
Files
Jump to
Current section
Files
lib/auth0_client.ex
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