# `Ory.Model.UpdateRegistrationFlowWithPasswordMethod`

Update Registration Flow with Password Method

# `t`

```elixir
@type t() :: %Ory.Model.UpdateRegistrationFlowWithPasswordMethod{
  csrf_token: String.t() | nil,
  method: String.t(),
  password: String.t(),
  traits: map(),
  transient_payload: map() | nil
}
```

# `decode`

---

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