# `Ory.Model.UpdateLoginFlowWithCodeMethod`

Update Login flow using the code method

# `t`

```elixir
@type t() :: %Ory.Model.UpdateLoginFlowWithCodeMethod{
  address: String.t() | nil,
  code: String.t() | nil,
  csrf_token: String.t(),
  identifier: String.t() | nil,
  method: String.t(),
  resend: String.t() | nil,
  transient_payload: map() | nil
}
```

# `decode`

---

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