AshAuthentication.Strategy.Firebase.Dsl
(ash_authentication_firebase v1.1.0)
Copy Markdown
View Source
DSL declaration for firebase strategies.
Summary
Functions
Returns the Spark.Dsl.Entity that describes the firebase DSL block.
Functions
@spec dsl() :: Spark.Dsl.Entity.t()
Returns the Spark.Dsl.Entity that describes the firebase DSL block.
Wired into AshAuthentication.Strategy.Firebase via
use AshAuthentication.Strategy.Custom, entity: Dsl.dsl(), which is how the
block becomes available inside the authentication.strategies section of a
resource.