Sha256: ead01b090ffc56ab89a83d0b655f17b747f0f696c61117f6f94f5bf3607191bf

Contents?: true

Size: 405 Bytes

Versions: 2

Compression:

Stored size: 405 Bytes

Contents

# OryKratosClient::ContinueWithRecoveryUiFlow

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | The ID of the recovery flow |  |
| **url** | **String** | The URL of the recovery flow | [optional] |

## Example

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

instance = OryKratosClient::ContinueWithRecoveryUiFlow.new(
  id: null,
  url: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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