Sha256: 40588a8fc9fb3f67f0ecbbd64a237e8513dd76352ec806fb8970e374247f846d

Contents?: true

Size: 501 Bytes

Versions: 2

Compression:

Stored size: 501 Bytes

Contents

# OryKratosClient::ContinueWithRecoveryUi

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **action** | **String** | Action will always be `show_recovery_ui` show_recovery_ui ContinueWithActionShowRecoveryUIString |  |
| **flow** | [**ContinueWithRecoveryUiFlow**](ContinueWithRecoveryUiFlow.md) |  |  |

## Example

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

instance = OryKratosClient::ContinueWithRecoveryUi.new(
  action: null,
  flow: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ory-kratos-client-1.2.1 docs/ContinueWithRecoveryUi.md
ory-kratos-client-1.1.0 docs/ContinueWithRecoveryUi.md