Sha256: 9784e8a52fddb36af2238f126be3960047f849f42044bf202675f44c0bfcc818

Contents?: true

Size: 490 Bytes

Versions: 118

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

118 entries across 118 versions & 1 rubygems

Version Path
ory-client-1.14.2 docs/RecoveryLinkForIdentity.md
ory-client-1.14.1 docs/RecoveryLinkForIdentity.md
ory-client-1.14.0 docs/RecoveryLinkForIdentity.md
ory-client-1.13.10 docs/RecoveryLinkForIdentity.md
ory-client-1.13.6 docs/RecoveryLinkForIdentity.md
ory-client-1.13.4 docs/RecoveryLinkForIdentity.md
ory-client-1.13.3 docs/RecoveryLinkForIdentity.md
ory-client-1.13.2 docs/RecoveryLinkForIdentity.md
ory-client-1.13.1 docs/RecoveryLinkForIdentity.md
ory-client-1.13.0 docs/RecoveryLinkForIdentity.md
ory-client-1.11.6 docs/RecoveryLinkForIdentity.md
ory-client-1.9.0 docs/RecoveryLinkForIdentity.md
ory-client-1.8.1 docs/RecoveryLinkForIdentity.md
ory-client-1.8.0 docs/RecoveryLinkForIdentity.md
ory-client-1.6.2 docs/RecoveryLinkForIdentity.md
ory-client-1.6.1 docs/RecoveryLinkForIdentity.md
ory-client-1.5.2 docs/RecoveryLinkForIdentity.md
ory-client-1.5.1 docs/RecoveryLinkForIdentity.md
ory-client-1.5.0 docs/RecoveryLinkForIdentity.md
ory-client-1.4.9 docs/RecoveryLinkForIdentity.md