# `Ory.Model.UpdateLoginFlowBody`

# `t`

```elixir
@type t() :: %Ory.Model.UpdateLoginFlowBody{
  address: String.t() | nil,
  code: String.t() | nil,
  csrf_token: String.t(),
  id_token: String.t() | nil,
  id_token_nonce: String.t() | nil,
  identifier: String.t(),
  lookup_secret: String.t(),
  method: String.t(),
  passkey_login: String.t() | nil,
  password: String.t(),
  password_identifier: String.t() | nil,
  provider: String.t(),
  resend: String.t() | nil,
  totp_code: String.t(),
  traits: map() | nil,
  transient_payload: map() | nil,
  upstream_parameters: map() | nil,
  webauthn_login: String.t() | nil
}
```

# `decode`

---

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