Sha256: 2c9bc9db25a5e04bb033e6a57ce1cbc96b50c7e70e1615a0e7dbf90b31c422e7

Contents?: true

Size: 516 Bytes

Versions: 22

Compression:

Stored size: 516 Bytes

Contents

# OryClient::ContinueWithSettingsUiFlow

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | The ID of the settings flow |  |
| **url** | **String** | The URL of the settings 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::ContinueWithSettingsUiFlow.new(
  id: null,
  url: null
)
```

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
ory-client-1.14.1 docs/ContinueWithSettingsUiFlow.md
ory-client-1.14.0 docs/ContinueWithSettingsUiFlow.md