docs/UiContainer

OryClient::UiContainer

Properties

Name Type Description Notes
action String Action should be used as the form action URL <form action=\"{{ .Action }}\" method=\"post\">.
messages Array<UiText> [optional]
method String Method is the form method (e.g. POST)
nodes Array<UiNode>

Example

require 'ory-client'

instance = OryClient::UiContainer.new(
  action: null,
  messages: null,
  method: null,
  nodes: null
)