Sha256: 106d9c2f67d98edd5bf87a8878c41118bf89da5030fc4e01e9a781088bf9c20a
Contents?: true
Size: 803 Bytes
Versions: 83
Compression:
Stored size: 803 Bytes
Contents
# OryClient::SelfServiceFlowExpiredError ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error** | [**GenericError**](GenericError.md) | | [optional] | | **expired_at** | **Time** | When the flow has expired | [optional] | | **since** | **Integer** | A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years. | [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::SelfServiceFlowExpiredError.new( error: null, expired_at: null, since: null, use_flow_id: null ) ```
Version data entries
83 entries across 83 versions & 1 rubygems
Version | Path |
---|---|
ory-client-1.1.28 | docs/SelfServiceFlowExpiredError.md |
ory-client-1.1.27 | docs/SelfServiceFlowExpiredError.md |
ory-client-1.1.26 | docs/SelfServiceFlowExpiredError.md |