Sha256: 9f1b0d7eb3b64e0108ce62e7e46262c0854c65244f92cc2e662663859bc1b294

Contents?: true

Size: 1.14 KB

Versions: 23

Compression:

Stored size: 1.14 KB

Contents

# OryHydraClient::RecoveryFlow

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **active** | **String** | Active, if set, contains the registration method that is being used. It is initially not set. | [optional] |
| **expires_at** | **Time** | ExpiresAt is the time (UTC) when the request expires. If the user still wishes to update the setting, a new request has to be initiated. |  |
| **id** | **String** |  |  |
| **issued_at** | **Time** | IssuedAt is the time (UTC) when the request occurred. |  |
| **request_url** | **String** | RequestURL is the initial URL that was requested from Ory Kratos. It can be used to forward information contained in the URL's path or query for example. |  |
| **state** | **String** |  |  |
| **type** | **String** | The flow type can either be `api` or `browser`. | [optional] |
| **ui** | [**UiContainer**](UiContainer.md) |  |  |

## Example

```ruby
require 'ory-kratos-client'

instance = OryHydraClient::RecoveryFlow.new(
  active: null,
  expires_at: null,
  id: null,
  issued_at: null,
  request_url: null,
  state: null,
  type: null,
  ui: null
)
```

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
ory-kratos-client-0.7.3.alpha8 docs/RecoveryFlow.md
ory-kratos-client-0.7.3.alpha6 docs/RecoveryFlow.md
ory-kratos-client-0.7.3.alpha5 docs/RecoveryFlow.md
ory-kratos-client-0.7.3.alpha4 docs/RecoveryFlow.md
ory-kratos-client-0.7.3.alpha3 docs/RecoveryFlow.md
ory-kratos-client-0.7.3.alpha2 docs/RecoveryFlow.md
ory-kratos-client-0.7.3.alpha1 docs/RecoveryFlow.md
ory-kratos-client-0.7.1.alpha2 docs/RecoveryFlow.md
ory-kratos-client-0.7.1.alpha1 docs/RecoveryFlow.md
ory-kratos-client-0.7.0.alpha1 docs/RecoveryFlow.md
ory-kratos-client-0.6.3.alpha1 docs/RecoveryFlow.md
ory-kratos-client-0.6.2.alpha1 docs/RecoveryFlow.md
ory-kratos-client-0.6.1.alpha1 docs/RecoveryFlow.md
ory-kratos-client-0.6.0.alpha17 docs/RecoveryFlow.md
ory-kratos-client-0.6.0.alpha16 docs/RecoveryFlow.md
ory-kratos-client-0.6.0.alpha15 docs/RecoveryFlow.md
ory-kratos-client-0.6.0.alpha11 docs/RecoveryFlow.md
ory-kratos-client-0.6.0.alpha8 docs/RecoveryFlow.md
ory-kratos-client-0.6.0.alpha6 docs/RecoveryFlow.md
ory-kratos-client-0.6.0.alpha5 docs/RecoveryFlow.md