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