ash_authentication/lib/ash_authentication.ex

18 lines
231 B
Elixir

defmodule AshAuthentication do
@moduledoc """
Documentation for `AshAuthentication`.
"""
@doc """
Hello world.
## Examples
iex> AshAuthentication.hello()
:world
"""
def hello do
:world
end
end