View Source AshAuthentication.Strategy.Password.Resettable (ash_authentication v4.0.1)
The entity used to store password reset information.
Summary
Types
@type t() :: %AshAuthentication.Strategy.Password.Resettable{ password_reset_action_name: atom(), request_password_reset_action_name: atom(), sender: {module(), keyword()}, token_lifetime: hours :: pos_integer() }