Ory.Model.UiContainer (ory_client v1.1.23)
Container represents a HTML Form. The container can work with both HTTP Form and JSON requests
Link to this section Summary
Link to this section Types
@type t() :: %Ory.Model.UiContainer{ action: String.t(), messages: [Ory.Model.UiText.t()] | nil, method: String.t(), nodes: [Ory.Model.UiNode.t()] }