# `Ory.Model.LoginFlowTestContext`

Admin-test extension of a login flow. Populated only for flows created by the admin test endpoint; included in the flow's API response so the admin UI can render the pre-scoped provider and (once captured) the debug round-trip result.

# `t`

```elixir
@type t() :: %Ory.Model.LoginFlowTestContext{
  debug_payload: Ory.Model.LoginFlowTestDebugPayload.t() | nil,
  provider_id: String.t()
}
```

# `decode`

---

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