Sha256: d0d4db1a8a5023e7b5253e242071015be40fbe07520d5eae3b54367d7257ece4

Contents?: true

Size: 688 Bytes

Versions: 1

Compression:

Stored size: 688 Bytes

Contents

# OryClient::SelfServiceRecoveryCode

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ory-client-0.2.0.alpha60 docs/SelfServiceRecoveryCode.md