Sha256: 83e035d2cc9588624af3fbc66a07adbb589dee74a2abf2dbd225f3e3b9249877
Contents?: true
Size: 509 Bytes
Versions: 20
Compression:
Stored size: 509 Bytes
Contents
# OryKratosClient::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 = OryKratosClient::SelfServiceRecoveryLink.new( expires_at: null, recovery_link: null ) ```
Version data entries
20 entries across 20 versions & 1 rubygems