Sha256: 811b560eee02194a7a165530640adb822c4cd9b5e2b1e410ecbf1e744796bee4
Contents?: true
Size: 490 Bytes
Versions: 195
Compression:
Stored size: 490 Bytes
Contents
# OryClient::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-client' instance = OryClient::SelfServiceRecoveryLink.new( expires_at: null, recovery_link: null ) ```
Version data entries
195 entries across 195 versions & 1 rubygems