Sha256: e7dde6c3dc066b7eae358e5a816e95906001ec2167443690e1e4d39e5e54638d
Contents?: true
Size: 822 Bytes
Versions: 4
Compression:
Stored size: 822 Bytes
Contents
# OryKratosClient::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-kratos-client' instance = OryKratosClient::SelfServiceFlowExpiredError.new( error: null, expired_at: null, since: null, use_flow_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems