AshAuthentication.Strategy.Password.Resettable (ash_authentication v4.13.0)
View SourceThe 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() }