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