Sha256: 8240f77d8ebe508a7bb2c4dd600b565cdbf8c8b845328fd0d4c284e7d9c26f2f
Contents?: true
Size: 482 Bytes
Versions: 45
Compression:
Stored size: 482 Bytes
Contents
# OryClient::ContinueWithSettingsUi ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **action** | **String** | Action will always be `show_settings_ui` show_settings_ui ContinueWithActionShowSettingsUIString | | | **flow** | [**ContinueWithSettingsUiFlow**](ContinueWithSettingsUiFlow.md) | | | ## Example ```ruby require 'ory-client' instance = OryClient::ContinueWithSettingsUi.new( action: null, flow: null ) ```
Version data entries
45 entries across 45 versions & 1 rubygems