Sha256: 54571e10478ebb7164d8ff1f0c313823c6279a10e56085333739d38c95a0dba1

Contents?: true

Size: 562 Bytes

Versions: 2

Compression:

Stored size: 562 Bytes

Contents

# OryHydraClient::AdminCreateSelfServiceRecoveryLinkBody

## 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-client'

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha17 docs/AdminCreateSelfServiceRecoveryLinkBody.md
ory-client-0.0.1.alpha16 docs/AdminCreateSelfServiceRecoveryLinkBody.md