Sha256: ca010333648c498918c27d7a8e8ff5570faea58851ab370b74eee7032a394c7d
Contents?: true
Size: 485 Bytes
Versions: 26
Compression:
Stored size: 485 Bytes
Contents
# OryHydraClient::RecoveryLink ## 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::RecoveryLink.new( expires_at: null, recovery_link: null ) ```
Version data entries
26 entries across 26 versions & 1 rubygems