Ory.Model.LoginFlowTestContext (ory_client v1.22.39)

Copy Markdown

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.

Summary

Types

t()

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

Functions

decode(value)