Sha256: 5386027bc38631a51cafc427acecd545806c213d98a9e1b1b03847be6a78f498

Contents?: true

Size: 707 Bytes

Versions: 4

Compression:

Stored size: 707 Bytes

Contents

# OryKratosClient::RecoveryCodeForIdentity

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **expires_at** | **Time** | Expires At is the timestamp of when the recovery flow expires  The timestamp when the recovery link expires. | [optional] |
| **recovery_code** | **String** | RecoveryCode is the code that can be used to recover the account |  |
| **recovery_link** | **String** | RecoveryLink with flow  This link opens the recovery UI with an empty `code` field. |  |

## Example

```ruby
require 'ory-kratos-client'

instance = OryKratosClient::RecoveryCodeForIdentity.new(
  expires_at: null,
  recovery_code: null,
  recovery_link: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ory-kratos-client-1.0.0 docs/RecoveryCodeForIdentity.md
ory-kratos-client-0.13.1 docs/RecoveryCodeForIdentity.md
ory-kratos-client-0.11.1 docs/RecoveryCodeForIdentity.md
ory-kratos-client-0.11.0 docs/RecoveryCodeForIdentity.md