Sha256: 8547e9b8b271ebebd3a40c5d38739ece2fd1d6a9a7c9d1354b26b53ebc47e28e

Contents?: true

Size: 507 Bytes

Versions: 2

Compression:

Stored size: 507 Bytes

Contents

# OryHydraClient::SelfServiceRecoveryLink

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

instance = OryHydraClient::SelfServiceRecoveryLink.new(
  expires_at: null,
  recovery_link: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ory-kratos-client-0.7.1.alpha1 docs/SelfServiceRecoveryLink.md
ory-kratos-client-0.7.0.alpha1 docs/SelfServiceRecoveryLink.md