Sha256: 9784e8a52fddb36af2238f126be3960047f849f42044bf202675f44c0bfcc818

Contents?: true

Size: 490 Bytes

Versions: 117

Compression:

Stored size: 490 Bytes

Contents

# OryClient::RecoveryLinkForIdentity

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **expires_at** | **Time** | Recovery Link Expires At  The timestamp when the recovery link expires. | [optional] |
| **recovery_link** | **String** | Recovery Link  This link can be used to recover the account. |  |

## Example

```ruby
require 'ory-client'

instance = OryClient::RecoveryLinkForIdentity.new(
  expires_at: null,
  recovery_link: null
)
```

Version data entries

117 entries across 117 versions & 1 rubygems

Version Path
ory-client-1.16.2 docs/RecoveryLinkForIdentity.md
ory-client-1.16.1 docs/RecoveryLinkForIdentity.md
ory-client-1.16.0 docs/RecoveryLinkForIdentity.md
ory-client-1.15.17 docs/RecoveryLinkForIdentity.md
ory-client-1.15.16 docs/RecoveryLinkForIdentity.md
ory-client-1.15.15 docs/RecoveryLinkForIdentity.md
ory-client-1.15.14 docs/RecoveryLinkForIdentity.md
ory-client-1.15.13 docs/RecoveryLinkForIdentity.md
ory-client-1.15.12 docs/RecoveryLinkForIdentity.md
ory-client-1.15.10 docs/RecoveryLinkForIdentity.md
ory-client-1.15.7 docs/RecoveryLinkForIdentity.md
ory-client-1.15.6 docs/RecoveryLinkForIdentity.md
ory-client-1.15.5 docs/RecoveryLinkForIdentity.md
ory-client-1.15.4 docs/RecoveryLinkForIdentity.md
ory-client-1.15.3 docs/RecoveryLinkForIdentity.md
ory-client-1.15.0 docs/RecoveryLinkForIdentity.md
ory-client-1.14.5 docs/RecoveryLinkForIdentity.md
ory-client-1.14.4 docs/RecoveryLinkForIdentity.md
ory-client-1.14.3 docs/RecoveryLinkForIdentity.md
ory-client-1.14.2 docs/RecoveryLinkForIdentity.md