Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 791 Bytes

ClientUiContainer.md

File metadata and controls

14 lines (10 loc) · 791 Bytes

Ory.Client.Model.ClientUiContainer

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

Properties

Name Type Description Notes
Action string Action should be used as the form action URL `<form action=&quot;{{ .Action }}&quot; method=&quot;post&quot;>`.
Messages List<ClientUiText> [optional]
Method string Method is the form method (e.g. POST)
Nodes List<ClientUiNode>

[Back to Model list] [Back to API list] [Back to README]