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