Current section

Files

Jump to
ash_authentication lib ash_authentication token_resource info.ex
Raw

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