Sha256: b5ee233689540aa31b2a0897ec2403de8f6805a8eaa3f67a96a322f9bc8913e7
Contents?: true
Size: 500 Bytes
Versions: 2
Compression:
Stored size: 500 Bytes
Contents
# OryHydraClient::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 = OryHydraClient::SelfServiceRecoveryLink.new( expires_at: null, recovery_link: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-client-0.0.1.alpha17 | docs/SelfServiceRecoveryLink.md |
ory-client-0.0.1.alpha16 | docs/SelfServiceRecoveryLink.md |