Sha256: 998cf78ff6b7f36ec6781d2befb804c16264bca576ea1886434e1902967c3f04

Contents?: true

Size: 529 Bytes

Versions: 26

Compression:

Stored size: 529 Bytes

Contents

# OryHydraClient::CreateRecoveryLink

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **expires_in** | **String** | Link Expires In  The recovery link will expire at that point in time. Defaults to the configuration value of `selfservice.flows.recovery.request_lifespan`. | [optional] |
| **identity_id** | **String** |  |  |

## Example

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

instance = OryHydraClient::CreateRecoveryLink.new(
  expires_in: null,
  identity_id: null
)
```

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
ory-kratos-client-0.6.0.alpha4 docs/CreateRecoveryLink.md
ory-kratos-client-0.6.0.alpha2 docs/CreateRecoveryLink.md
ory-kratos-client-0.6.0.alpha1 docs/CreateRecoveryLink.md
ory-kratos-client-0.5.5.alpha4 docs/CreateRecoveryLink.md
ory-kratos-client-0.5.5.alpha3 docs/CreateRecoveryLink.md
ory-kratos-client-0.5.5.alpha2 docs/CreateRecoveryLink.md