# `Ory.Model.UpdateSettingsFlowWithDeviceAuthnMethod`

Update Settings Flow with DeviceAuthn Method

# `t`

```elixir
@type t() :: %Ory.Model.UpdateSettingsFlowWithDeviceAuthnMethod{
  add: Ory.Model.UpdateSettingsFlowWithDeviceAuthnMethodAdd.t() | nil,
  csrf_token: String.t() | nil,
  delete: Ory.Model.UpdateSettingsFlowWithDeviceAuthnMethodDelete.t() | nil,
  method: String.t(),
  transient_payload: map() | nil
}
```

# `decode`

---

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