AshAuthentication.Strategy.Password.Resettable
(ash_authentication v5.0.0-rc.1)
Copy Markdown
View Source
The entity used to store password reset information.
Summary
Types
@type t() :: %AshAuthentication.Strategy.Password.Resettable{ __spark_metadata__: Spark.Dsl.Entity.spark_meta(), password_reset_action_name: atom(), request_password_reset_action_name: atom(), sender: {module(), keyword()}, token_lifetime: hours :: pos_integer() }