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.4.7 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.4.6 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.4.5 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.4.4 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.4.3 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.4.2 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.4.1 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.4.0 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.3.0 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.2.17 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.2.16 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.2.15 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.2.14 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.2.11 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.2.10 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.2.9 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.2.8 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.2.7 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.2.6 docs/CreateRecoveryLinkForIdentityBody.md
ory-client-1.2.5 docs/CreateRecoveryLinkForIdentityBody.md