Sha256: 6a8d6af2ef41c1c6e74732698dcc4a52f17329a0638809c9a8aa48aee2b3cab9

Contents?: true

Size: 617 Bytes

Versions: 117

Compression:

Stored size: 617 Bytes

Contents

# OryClient::CreateRecoveryLinkForIdentityBody

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **expires_in** | **String** | Link Expires In  The recovery link will expire after that amount of time has passed. Defaults to the configuration value of `selfservice.methods.code.config.lifespan`. | [optional] |
| **identity_id** | **String** | Identity to Recover  The identity's ID you wish to recover. |  |

## Example

```ruby
require 'ory-client'

instance = OryClient::CreateRecoveryLinkForIdentityBody.new(
  expires_in: null,
  identity_id: null
)
```

Version data entries

117 entries across 117 versions & 1 rubygems

Version Path
ory-client-1.1.35 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.1.34 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.1.33 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.1.32 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.1.31 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.1.30 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.1.29 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.1.28 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.1.27 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.1.26 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.1.25 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.1.24 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.1.23 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.1.22 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.1.21 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.1.20 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.1.19 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.1.18 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.1.17 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.1.16 docs/CreateRecoveryLinkForIdentityBody.md