# `Ory.Model.UpdateLoginFlowWithDeviceAuthnMethod`

No CSRF token since this method may not be used from the browser.

# `t`

```elixir
@type t() :: %Ory.Model.UpdateLoginFlowWithDeviceAuthnMethod{
  client_key_id: String.t() | nil,
  method: String.t(),
  signature: binary() | nil,
  transient_payload: map() | nil
}
```

# `decode`

---

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