Sha256: e9aba132c89ec5c855432124a350dceffa1409514adedb1bfeac27f58ce15227
Contents?: true
Size: 890 Bytes
Versions: 13
Compression:
Stored size: 890 Bytes
Contents
# OryHydraClient::Form ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **action** | **String** | Action should be used as the form action URL (<form action=\"{{ .Action }}\" method=\"post\">). | [optional] **errors** | [**Array<Error>**](Error.md) | Errors contains all form errors. These will be duplicates of the individual field errors. | [optional] **fields** | [**Array<FormField>**](FormField.md) | Fields contains multiple fields | [optional] **method** | **String** | Method is the form method (e.g. POST) | [optional] ## Code Sample ```ruby require 'OryHydraClient' instance = OryHydraClient::Form.new(action: null, errors: null, fields: null, method: null) ```
Version data entries
13 entries across 13 versions & 1 rubygems