Current section

Files

Jump to
ash_authentication lib ash_authentication token_resource info.ex
Raw

lib/ash_authentication/token_resource/info.ex

# SPDX-FileCopyrightText: 2022 Alembic Pty Ltd
#
# SPDX-License-Identifier: MIT
defmodule AshAuthentication.TokenResource.Info do
@moduledoc """
Introspection functions for the `AshAuthentication.TokenResource` Ash
extension.
"""
use Spark.InfoGenerator,
extension: AshAuthentication.TokenResource,
sections: [:token]
end