Sha256: ac1ed1553ac246a6fe2b8ed382af17723236c0679efc4eb41ac8d92bf2ba20aa
Contents?: true
Size: 455 Bytes
Versions: 90
Compression:
Stored size: 455 Bytes
Contents
# OryClient::ErrorFlowReplaced ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error** | [**GenericError**](GenericError.md) | | [optional] | | **use_flow_id** | **String** | The flow ID that should be used for the new flow as it contains the correct messages. | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::ErrorFlowReplaced.new( error: null, use_flow_id: null ) ```
Version data entries
90 entries across 90 versions & 1 rubygems