Ory.Model.UiContainer (ory_client v1.18.5)

Container represents a HTML Form. The container can work with both HTTP Form and JSON requests

Summary

Types

t()

@type t() :: %Ory.Model.UiContainer{
  action: String.t(),
  messages: [Ory.Model.UiText.t()] | nil,
  method: String.t(),
  nodes: [Ory.Model.UiNode.t()]
}

Functions

decode(value)