Sha256: 2c9bc9db25a5e04bb033e6a57ce1cbc96b50c7e70e1615a0e7dbf90b31c422e7
Contents?: true
Size: 516 Bytes
Versions: 14
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
14 entries across 14 versions & 1 rubygems