Sha256: b929593db869caaf14b92f7825f490999e1b85dd68dc8b43a2c8a5f3a950dadb

Contents?: true

Size: 516 Bytes

Versions: 23

Compression:

Stored size: 516 Bytes

Contents

# OryClient::ContinueWithRecoveryUiFlow

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | The ID of the recovery flow |  |
| **url** | **String** | The URL of the recovery flow  If this value is set, redirect the user's browser to this URL. This value is typically unset for native clients / API flows. | [optional] |

## Example

```ruby
require 'ory-client'

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

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
ory-client-1.14.2 docs/ContinueWithRecoveryUiFlow.md
ory-client-1.14.1 docs/ContinueWithRecoveryUiFlow.md
ory-client-1.14.0 docs/ContinueWithRecoveryUiFlow.md