Sha256: d30b706b51f5d8b943a367101105b3c0fc825112aaf8df87bd195f430b2f2c25
Contents?: true
Size: 509 Bytes
Versions: 6
Compression:
Stored size: 509 Bytes
Contents
# OryKratosClient::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-kratos-client' instance = OryKratosClient::RecoveryLinkForIdentity.new( expires_at: null, recovery_link: null ) ```
Version data entries
6 entries across 6 versions & 1 rubygems