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