Sha256: 9784e8a52fddb36af2238f126be3960047f849f42044bf202675f44c0bfcc818
Contents?: true
Size: 490 Bytes
Versions: 117
Compression:
Stored size: 490 Bytes
Contents
# OryClient::RecoveryLinkForIdentity ## 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::RecoveryLinkForIdentity.new( expires_at: null, recovery_link: null ) ```
Version data entries
117 entries across 117 versions & 1 rubygems