# `AshAuthentication.Strategy.Password.Resettable`
[🔗](https://github.com/team-alembic/ash_authentication/blob/main/lib/ash_authentication/strategies/password/resettable.ex#L5)

The entity used to store password reset information.

# `t`

```elixir
@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()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
