lib/ash_authentication/token_resource/info.ex

defmodule AshAuthentication.TokenResource.Info do
  @moduledoc """
  Introspection functions for the `AshAuthentication.TokenResource` Ash
  extension.
  """

  use AshAuthentication.InfoGenerator,
    extension: AshAuthentication.TokenResource,
    sections: [:token]
end