Sha256: be3adf9d5f0bae5df919bd8aaa1ed359101e0f9595683215ec860ebd7f54b0ab

Contents?: true

Size: 731 Bytes

Versions: 3

Compression:

Stored size: 731 Bytes

Contents

# OryHydraClient::RecoveryFlowMethodConfig

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **action** | **String** | Action should be used as the form action URL `<form action=\"{{ .Action }}\" method=\"post\">`. |  |
| **fields** | [**Array<FormField>**](FormField.md) | Fields contains multiple fields |  |
| **messages** | [**Array<Message>**](Message.md) |  | [optional] |
| **method** | **String** | Method is the form method (e.g. POST) |  |

## Example

```ruby
require 'ory-kratos-client'

instance = OryHydraClient::RecoveryFlowMethodConfig.new(
  action: null,
  fields: null,
  messages: null,
  method: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ory-kratos-client-0.5.5.alpha4 docs/RecoveryFlowMethodConfig.md
ory-kratos-client-0.5.5.alpha3 docs/RecoveryFlowMethodConfig.md
ory-kratos-client-0.5.5.alpha2 docs/RecoveryFlowMethodConfig.md