Sha256: 38736ff34892c4a08c68715c08fd7d6978051fa04cfc1bfaa83f3be6153ea0e3

Contents?: true

Size: 636 Bytes

Versions: 6

Compression:

Stored size: 636 Bytes

Contents

# OryKratosClient::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-kratos-client'

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ory-kratos-client-1.2.1 docs/CreateRecoveryLinkForIdentityBody.md
ory-kratos-client-1.1.0 docs/CreateRecoveryLinkForIdentityBody.md
ory-kratos-client-1.0.0 docs/CreateRecoveryLinkForIdentityBody.md
ory-kratos-client-0.13.1 docs/CreateRecoveryLinkForIdentityBody.md
ory-kratos-client-0.11.1 docs/CreateRecoveryLinkForIdentityBody.md
ory-kratos-client-0.11.0 docs/CreateRecoveryLinkForIdentityBody.md