# `Ory.Model.ContinueWithVerificationUi`

Indicates, that the UI flow could be continued by showing a verification ui

# `t`

```elixir
@type t() :: %Ory.Model.ContinueWithVerificationUi{
  action: String.t(),
  flow: Ory.Model.ContinueWithVerificationUiFlow.t()
}
```

# `decode`

---

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