Sha256: 106d9c2f67d98edd5bf87a8878c41118bf89da5030fc4e01e9a781088bf9c20a

Contents?: true

Size: 803 Bytes

Versions: 82

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

82 entries across 82 versions & 1 rubygems

Version Path
ory-client-1.15.12 docs/SelfServiceFlowExpiredError.md
ory-client-1.15.10 docs/SelfServiceFlowExpiredError.md
ory-client-1.15.7 docs/SelfServiceFlowExpiredError.md
ory-client-1.15.6 docs/SelfServiceFlowExpiredError.md
ory-client-1.15.5 docs/SelfServiceFlowExpiredError.md
ory-client-1.15.4 docs/SelfServiceFlowExpiredError.md
ory-client-1.15.3 docs/SelfServiceFlowExpiredError.md
ory-client-1.15.0 docs/SelfServiceFlowExpiredError.md
ory-client-1.14.5 docs/SelfServiceFlowExpiredError.md
ory-client-1.14.4 docs/SelfServiceFlowExpiredError.md
ory-client-1.14.3 docs/SelfServiceFlowExpiredError.md
ory-client-1.14.2 docs/SelfServiceFlowExpiredError.md
ory-client-1.14.1 docs/SelfServiceFlowExpiredError.md
ory-client-1.14.0 docs/SelfServiceFlowExpiredError.md
ory-client-1.13.10 docs/SelfServiceFlowExpiredError.md
ory-client-1.13.6 docs/SelfServiceFlowExpiredError.md
ory-client-1.13.4 docs/SelfServiceFlowExpiredError.md
ory-client-1.13.3 docs/SelfServiceFlowExpiredError.md
ory-client-1.13.2 docs/SelfServiceFlowExpiredError.md
ory-client-1.13.1 docs/SelfServiceFlowExpiredError.md