Sha256: 7551ee80b6bb3057a91bfb3d39a23280aecb69f48e3e25fde313bd18e055c788

Contents?: true

Size: 627 Bytes

Versions: 1

Compression:

Stored size: 627 Bytes

Contents

# OryClient::SelfServiceFlowExpiredError

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **error** | [**GenericError**](GenericError.md) |  | [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** |  | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::SelfServiceFlowExpiredError.new(
  error: null,
  since: null,
  use_flow_id: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha21 docs/SelfServiceFlowExpiredError.md