Sha256: 61a78201162ea217abae1c472dc7b39a689ee5b9d1ed2fa4d66f64e9d51301a6
Contents?: true
Size: 552 Bytes
Versions: 194
Compression:
Stored size: 552 Bytes
Contents
# OryClient::AdminCreateSelfServiceRecoveryLinkBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **expires_in** | **String** | Link Expires In The recovery link will expire at that point in time. Defaults to the configuration value of `selfservice.flows.recovery.request_lifespan`. | [optional] | | **identity_id** | **String** | | | ## Example ```ruby require 'ory-client' instance = OryClient::AdminCreateSelfServiceRecoveryLinkBody.new( expires_in: null, identity_id: null ) ```
Version data entries
194 entries across 194 versions & 1 rubygems